GoogleCloudApigeeV1Organization constructor
GoogleCloudApigeeV1Organization({
- GoogleCloudApigeeV1AddonsConfig? addonsConfig,
- String? analyticsRegion,
- String? apiConsumerDataEncryptionKeyName,
- String? apiConsumerDataLocation,
- String? apigeeProjectId,
- List<
String> ? attributes, - String? authorizedNetwork,
- String? billingType,
- String? caCertificate,
- String? controlPlaneEncryptionKeyName,
- String? createdAt,
- String? customerName,
- String? description,
- bool? disableVpcPeering,
- String? displayName,
- List<
String> ? environments, - String? expiresAt,
- String? lastModifiedAt,
- String? name,
- bool? portalDisabled,
- String? projectId,
- GoogleCloudApigeeV1Properties? properties,
- String? runtimeDatabaseEncryptionKeyName,
- String? runtimeType_,
- String? state,
- String? subscriptionPlan,
- String? subscriptionType,
- String? type,
Implementation
GoogleCloudApigeeV1Organization({
this.addonsConfig,
this.analyticsRegion,
this.apiConsumerDataEncryptionKeyName,
this.apiConsumerDataLocation,
this.apigeeProjectId,
this.attributes,
this.authorizedNetwork,
this.billingType,
this.caCertificate,
this.controlPlaneEncryptionKeyName,
this.createdAt,
this.customerName,
this.description,
this.disableVpcPeering,
this.displayName,
this.environments,
this.expiresAt,
this.lastModifiedAt,
this.name,
this.portalDisabled,
this.projectId,
this.properties,
this.runtimeDatabaseEncryptionKeyName,
this.runtimeType_,
this.state,
this.subscriptionPlan,
this.subscriptionType,
this.type,
});