GoogleCloudApigeeV1App constructor

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

Implementation

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