GoogleCloudApigeeV1DeveloperApp class
Constructors
-
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})
-
-
GoogleCloudApigeeV1DeveloperApp.fromJson(Map json_)
-
Properties
-
apiProducts
↔ List<String>?
-
List of API products associated with the developer app.
getter/setter pair
-
appFamily
↔ String?
-
Developer app family.
getter/setter pair
-
appId
↔ String?
-
ID of the developer app.
getter/setter pair
-
attributes
↔ List<GoogleCloudApigeeV1Attribute>?
-
List of attributes for the developer app.
getter/setter pair
-
callbackUrl
↔ String?
-
Callback URL used by OAuth 2.0 authorization servers to communicate
authorization codes back to developer apps.
getter/setter pair
-
createdAt
↔ String?
-
Time the developer app was created in milliseconds since epoch.
getter/setter pair
-
credentials
↔ List<GoogleCloudApigeeV1Credential>?
-
Set of credentials for the developer app consisting of the consumer
key/secret pairs associated with the API products.
getter/setter pair
-
developerId
↔ String?
-
ID of the developer.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
keyExpiresIn
↔ String?
-
Expiration time, in milliseconds, for the consumer key that is generated
for the developer app.
getter/setter pair
-
lastModifiedAt
↔ String?
-
Time the developer app was modified in milliseconds since epoch.
getter/setter pair
-
name
↔ String?
-
Name of the developer 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 developer app.
getter/setter pair
-
status
↔ String?
-
Status of the credential.
getter/setter pair