GoogleCloudApigeeV1Instance constructor

GoogleCloudApigeeV1Instance({
  1. GoogleCloudApigeeV1AccessLoggingConfig? accessLoggingConfig,
  2. List<String>? consumerAcceptList,
  3. String? createdAt,
  4. String? description,
  5. String? diskEncryptionKeyName,
  6. String? displayName,
  7. String? host,
  8. String? ipRange,
  9. String? lastModifiedAt,
  10. String? location,
  11. String? name,
  12. String? peeringCidrRange,
  13. String? port,
  14. String? runtimeVersion,
  15. String? serviceAttachment,
  16. String? state,
})

Implementation

GoogleCloudApigeeV1Instance({
  this.accessLoggingConfig,
  this.consumerAcceptList,
  this.createdAt,
  this.description,
  this.diskEncryptionKeyName,
  this.displayName,
  this.host,
  this.ipRange,
  this.lastModifiedAt,
  this.location,
  this.name,
  this.peeringCidrRange,
  this.port,
  this.runtimeVersion,
  this.serviceAttachment,
  this.state,
});