GoogleCloudApigeeV1Instance constructor

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

Implementation

GoogleCloudApigeeV1Instance({
  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,
});