GoogleCloudApigeeV1AppGroupApp constructor

GoogleCloudApigeeV1AppGroupApp({
  1. List<String>? apiProducts,
  2. String? appGroup,
  3. String? appId,
  4. List<GoogleCloudApigeeV1Attribute>? attributes,
  5. String? callbackUrl,
  6. String? createdAt,
  7. List<GoogleCloudApigeeV1Credential>? credentials,
  8. String? keyExpiresIn,
  9. String? lastModifiedAt,
  10. String? name,
  11. List<String>? scopes,
  12. String? status,
})

Implementation

GoogleCloudApigeeV1AppGroupApp({
  this.apiProducts,
  this.appGroup,
  this.appId,
  this.attributes,
  this.callbackUrl,
  this.createdAt,
  this.credentials,
  this.keyExpiresIn,
  this.lastModifiedAt,
  this.name,
  this.scopes,
  this.status,
});