GoogleCloudApigeeV1AppGroupAppKey constructor

GoogleCloudApigeeV1AppGroupAppKey({
  1. List<GoogleCloudApigeeV1APIProductAssociation>? apiProducts,
  2. List<GoogleCloudApigeeV1Attribute>? attributes,
  3. String? consumerKey,
  4. String? consumerSecret,
  5. String? expiresAt,
  6. String? expiresInSeconds,
  7. String? issuedAt,
  8. List<String>? scopes,
  9. String? status,
})

Implementation

GoogleCloudApigeeV1AppGroupAppKey({
  this.apiProducts,
  this.attributes,
  this.consumerKey,
  this.consumerSecret,
  this.expiresAt,
  this.expiresInSeconds,
  this.issuedAt,
  this.scopes,
  this.status,
});