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