Destination constructor

Destination({
  1. String? createTime,
  2. String? description,
  3. List<DestinationEndpoint>? endpoints,
  4. String? etag,
  5. String? ipPrefix,
  6. Map<String, String>? labels,
  7. String? name,
  8. StateTimeline? stateTimeline,
  9. String? uid,
  10. String? updateTime,
})

Implementation

Destination({
  this.createTime,
  this.description,
  this.endpoints,
  this.etag,
  this.ipPrefix,
  this.labels,
  this.name,
  this.stateTimeline,
  this.uid,
  this.updateTime,
});