GoogleCloudApigeeV1Credential class
Constructors
-
GoogleCloudApigeeV1Credential({List<
GoogleCloudApigeeV1ApiProductRef> ? apiProducts, List<GoogleCloudApigeeV1Attribute> ? attributes, String? consumerKey, String? consumerSecret, String? expiresAt, String? issuedAt, List<String> ? scopes, String? status}) - GoogleCloudApigeeV1Credential.fromJson(Map json_)
Properties
-
apiProducts
↔ List<
GoogleCloudApigeeV1ApiProductRef> ? -
List of API products this credential can be used for.
getter/setter pair
-
attributes
↔ List<
GoogleCloudApigeeV1Attribute> ? -
List of attributes associated with this credential.
getter/setter pair
- consumerKey ↔ String?
-
Consumer key.
getter/setter pair
- consumerSecret ↔ String?
-
Secret key.
getter/setter pair
- expiresAt ↔ String?
-
Time the credential will expire in milliseconds since epoch.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuedAt ↔ String?
-
Time the credential was issued in milliseconds since epoch.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
↔ List<
String> ? -
List of 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