GoogleCloudApigeeV1ApiProxyRevision constructor
GoogleCloudApigeeV1ApiProxyRevision({
- String? archive,
- List<
String> ? basepaths, - GoogleCloudApigeeV1ConfigVersion? configurationVersion,
- String? contextInfo,
- String? createdAt,
- String? description,
- String? displayName,
- Map<
String, String> ? entityMetaDataAsProperties, - bool? hasExtensiblePolicy,
- List<
String> ? integrationEndpoints, - String? lastModifiedAt,
- String? name,
- List<
String> ? policies, - List<
String> ? proxies, - List<
String> ? proxyEndpoints, - GoogleCloudApigeeV1ResourceFiles? resourceFiles,
- List<
String> ? resources, - String? revision,
- String? spec,
- List<
String> ? targetEndpoints, - List<
String> ? targetServers, - List<
String> ? targets, - List<
String> ? teams, - String? type,
Implementation
GoogleCloudApigeeV1ApiProxyRevision({
this.archive,
this.basepaths,
this.configurationVersion,
this.contextInfo,
this.createdAt,
this.description,
this.displayName,
this.entityMetaDataAsProperties,
this.hasExtensiblePolicy,
this.integrationEndpoints,
this.lastModifiedAt,
this.name,
this.policies,
this.proxies,
this.proxyEndpoints,
this.resourceFiles,
this.resources,
this.revision,
this.sharedFlows,
this.spec,
this.targetEndpoints,
this.targetServers,
this.targets,
this.teams,
this.type,
});