GoogleCloudApigeeV1SharedFlowRevision constructor
GoogleCloudApigeeV1SharedFlowRevision({
- GoogleCloudApigeeV1ConfigVersion? configurationVersion,
- String? contextInfo,
- String? createdAt,
- String? description,
- String? displayName,
- Map<
String, String> ? entityMetaDataAsProperties, - String? lastModifiedAt,
- String? name,
- List<
String> ? policies, - GoogleCloudApigeeV1ResourceFiles? resourceFiles,
- List<
String> ? resources, - String? revision,
- 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,
});