CustomTargetType constructor

CustomTargetType({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. CustomTargetSkaffoldActions? customActions,
  4. String? customTargetTypeId,
  5. String? description,
  6. String? etag,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? uid,
  10. String? updateTime,
})

Implementation

CustomTargetType({
  this.annotations,
  this.createTime,
  this.customActions,
  this.customTargetTypeId,
  this.description,
  this.etag,
  this.labels,
  this.name,
  this.uid,
  this.updateTime,
});