GoogleCloudApigeeV1Credential constructor

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

Implementation

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