GoogleCloudApigeeV1AppGroupApp class

Response for [GetAppGroupApp].[AppGroupApps.GetAppGroupApp], [CreateAppGroupAppRequest].[AppGroupApp.CreateAppGroupAppRequest] and [DeleteAppGroupApp].[AppGroupApp.DeleteAppGroupApp]

Constructors

GoogleCloudApigeeV1AppGroupApp({List<String>? apiProducts, String? appGroup, String? appId, List<GoogleCloudApigeeV1Attribute>? attributes, String? callbackUrl, String? createdAt, List<GoogleCloudApigeeV1Credential>? credentials, String? keyExpiresIn, String? lastModifiedAt, String? name, List<String>? scopes, String? status})
GoogleCloudApigeeV1AppGroupApp.fromJson(Map json_)

Properties

apiProducts List<String>?
List of API products associated with the AppGroup app.
getter/setter pair
appGroup String?
Name of the parent AppGroup whose resource name format is of syntax (organizations / * /appgroups / * ).
getter/setter pair
appId String?
ID of the AppGroup app.
getter/setter pair
attributes List<GoogleCloudApigeeV1Attribute>?
List of attributes for the AppGroup app.
getter/setter pair
callbackUrl String?
Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to AppGroup apps.
getter/setter pair
createdAt String?
Time the AppGroup app was created in milliseconds since epoch.
getter/setter pair
credentials List<GoogleCloudApigeeV1Credential>?
Set of credentials for the AppGroup app consisting of the consumer key/secret pairs associated with the API products.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyExpiresIn String?
Expiration time, in seconds, for the consumer key that is generated for the AppGroup app.
getter/setter pair
lastModifiedAt String?
Time the AppGroup app was modified in milliseconds since epoch.
getter/setter pair
name String?
Name of the AppGroup app whose resource name format is of syntax (organizations / * /appgroups / * /apps / * ).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>?
Scopes to apply to the AppGroup app.
getter/setter pair
status String?
Status of the App.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited