GoogleCloudApigeeV1EnvironmentGroup constructor

GoogleCloudApigeeV1EnvironmentGroup({
  1. String? createdAt,
  2. List<String>? hostnames,
  3. String? lastModifiedAt,
  4. String? name,
  5. String? state,
})

Implementation

GoogleCloudApigeeV1EnvironmentGroup({
  this.createdAt,
  this.hostnames,
  this.lastModifiedAt,
  this.name,
  this.state,
});