GoogleCloudApigeeV1ArchiveDeployment constructor

GoogleCloudApigeeV1ArchiveDeployment({
  1. String? createdAt,
  2. String? gcsUri,
  3. Map<String, String>? labels,
  4. String? name,
  5. String? operation,
  6. String? updatedAt,
})

Implementation

GoogleCloudApigeeV1ArchiveDeployment({
  this.createdAt,
  this.gcsUri,
  this.labels,
  this.name,
  this.operation,
  this.updatedAt,
});