GoogleCloudApigeeV1AppGroup constructor

GoogleCloudApigeeV1AppGroup({
  1. String? appGroupId,
  2. List<GoogleCloudApigeeV1Attribute>? attributes,
  3. String? channelId,
  4. String? channelUri,
  5. String? createdAt,
  6. String? displayName,
  7. String? lastModifiedAt,
  8. String? name,
  9. String? organization,
  10. String? status,
})

Implementation

GoogleCloudApigeeV1AppGroup({
  this.appGroupId,
  this.attributes,
  this.channelId,
  this.channelUri,
  this.createdAt,
  this.displayName,
  this.lastModifiedAt,
  this.name,
  this.organization,
  this.status,
});