GoogleCloudApigeeV1ApiProxy constructor

GoogleCloudApigeeV1ApiProxy({
  1. String? apiProxyType,
  2. Map<String, String>? labels,
  3. String? latestRevisionId,
  4. GoogleCloudApigeeV1EntityMetadata? metaData,
  5. String? name,
  6. bool? readOnly,
  7. List<String>? revision,
})

Implementation

GoogleCloudApigeeV1ApiProxy({
  this.apiProxyType,
  this.labels,
  this.latestRevisionId,
  this.metaData,
  this.name,
  this.readOnly,
  this.revision,
});