GoogleCloudApigeeV1SharedFlow constructor

GoogleCloudApigeeV1SharedFlow({
  1. String? latestRevisionId,
  2. GoogleCloudApigeeV1EntityMetadata? metaData,
  3. String? name,
  4. List<String>? revision,
})

Implementation

GoogleCloudApigeeV1SharedFlow({
  this.latestRevisionId,
  this.metaData,
  this.name,
  this.revision,
});