GoogleCloudApigeeV1DeveloperApp constructor
      
      GoogleCloudApigeeV1DeveloperApp({ 
    
    
- List<
String> ? apiProducts, - String? appFamily,
 - String? appId,
 - List<
GoogleCloudApigeeV1Attribute> ? attributes, - String? callbackUrl,
 - String? createdAt,
 - List<
GoogleCloudApigeeV1Credential> ? credentials, - String? developerId,
 - String? keyExpiresIn,
 - String? lastModifiedAt,
 - String? name,
 - List<
String> ? scopes, - 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,
});