GoogleCloudApigeeV1DeveloperApp constructor

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

Implementation

GoogleCloudApigeeV1DeveloperApp({
  this.apiProducts,
  this.appFamily,
  this.appId,
  this.attributes,
  this.callbackUrl,
  this.createdAt,
  this.credentials,
  this.developerId,
  this.keyExpiresIn,
  this.lastModifiedAt,
  this.name,
  this.scopes,
  this.status,
});