GoogleCloudApigeeV1Organization constructor

GoogleCloudApigeeV1Organization({
  1. GoogleCloudApigeeV1AddonsConfig? addonsConfig,
  2. String? analyticsRegion,
  3. String? apiConsumerDataEncryptionKeyName,
  4. String? apiConsumerDataLocation,
  5. String? apigeeProjectId,
  6. List<String>? attributes,
  7. String? authorizedNetwork,
  8. String? billingType,
  9. String? caCertificate,
  10. String? controlPlaneEncryptionKeyName,
  11. String? createdAt,
  12. String? customerName,
  13. String? description,
  14. bool? disableVpcPeering,
  15. String? displayName,
  16. List<String>? environments,
  17. String? expiresAt,
  18. String? lastModifiedAt,
  19. String? name,
  20. bool? portalDisabled,
  21. String? projectId,
  22. GoogleCloudApigeeV1Properties? properties,
  23. String? runtimeDatabaseEncryptionKeyName,
  24. String? runtimeType_,
  25. String? state,
  26. String? subscriptionPlan,
  27. String? subscriptionType,
  28. 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,
});