GoogleCloudApigeeV1AppGroupAppKey class

AppGroupAppKey contains all the information associated with the credentials.

Constructors

GoogleCloudApigeeV1AppGroupAppKey({List<GoogleCloudApigeeV1APIProductAssociation>? apiProducts, List<GoogleCloudApigeeV1Attribute>? attributes, String? consumerKey, String? consumerSecret, String? expiresAt, String? expiresInSeconds, String? issuedAt, List<String>? scopes, String? status})
GoogleCloudApigeeV1AppGroupAppKey.fromJson(Map json_)

Properties

apiProducts List<GoogleCloudApigeeV1APIProductAssociation>?
List of API products and its status for which the credential can be used.
getter/setter pair
attributes List<GoogleCloudApigeeV1Attribute>?
List of attributes associated with the credential.
getter/setter pair
consumerKey String?
Consumer key.
getter/setter pair
consumerSecret String?
Secret key.
getter/setter pair
expiresAt String?
Time the AppGroup app expires in milliseconds since epoch.
getter/setter pair
expiresInSeconds String?
Expiration time, in seconds, for the consumer key.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuedAt String?
Time the AppGroup app was created in milliseconds since epoch.
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