GoogleCloudIntegrationsV1alphaServiceAccountCredentials class
Represents the service account which can be used to generate access token for authenticating the service call.
Constructors
- GoogleCloudIntegrationsV1alphaServiceAccountCredentials({String? scope, String? serviceAccount})
- GoogleCloudIntegrationsV1alphaServiceAccountCredentials.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ String?
-
A space-delimited list of requested scope permissions.
getter/setter pair
- serviceAccount ↔ String?
-
Name of the service account that has the permission to make the request.
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