GoogleCloudApigeeV1SharedFlowRevision constructor

GoogleCloudApigeeV1SharedFlowRevision({
  1. GoogleCloudApigeeV1ConfigVersion? configurationVersion,
  2. String? contextInfo,
  3. String? createdAt,
  4. String? description,
  5. String? displayName,
  6. Map<String, String>? entityMetaDataAsProperties,
  7. String? lastModifiedAt,
  8. String? name,
  9. List<String>? policies,
  10. GoogleCloudApigeeV1ResourceFiles? resourceFiles,
  11. List<String>? resources,
  12. String? revision,
  13. List<String>? sharedFlows,
  14. String? type,
})

Implementation

GoogleCloudApigeeV1SharedFlowRevision({
  this.configurationVersion,
  this.contextInfo,
  this.createdAt,
  this.description,
  this.displayName,
  this.entityMetaDataAsProperties,
  this.lastModifiedAt,
  this.name,
  this.policies,
  this.resourceFiles,
  this.resources,
  this.revision,
  this.sharedFlows,
  this.type,
});