GoogleCloudApigeeV1App class

Constructors

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})
GoogleCloudApigeeV1App.fromJson(Map json_)

Properties

apiProducts List<GoogleCloudApigeeV1ApiProductRef>?
List of API products associated with the app.
getter/setter pair
appGroup String?
Name of the AppGroup
getter/setter pair
appId String?
ID of the app.
getter/setter pair
attributes List<GoogleCloudApigeeV1Attribute>?
List of attributes.
getter/setter pair
callbackUrl String?
Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to apps.
getter/setter pair
companyName String?
Name of the company that owns the app.
getter/setter pair
createdAt String?
Unix time when the app was created.
getter/setter pair
credentials List<GoogleCloudApigeeV1Credential>?
Set of credentials for the app.
getter/setter pair
developerEmail String?
Email of the developer.
getter/setter pair
developerId String?
ID of the developer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyExpiresIn String?
Duration, in milliseconds, of the consumer key that will be generated for the app.
getter/setter pair
lastModifiedAt String?
Last modified time as milliseconds since epoch.
getter/setter pair
name String?
Name of the app.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>?
Scopes to apply to the app.
getter/setter pair
status String?
Status of the credential.
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