GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest class
Request for UpdateAppGroupAppKey
Constructors
-
GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest({String? action, List<
String> ? apiProducts, GoogleCloudApigeeV1AppGroupAppKey? appGroupAppKey}) - GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest.fromJson(Map json_)
Properties
- action ↔ String?
-
Approve or revoke the consumer key by setting this value to
approve
orrevoke
respectively.getter/setter pair -
apiProducts
↔ List<
String> ? -
The list of API products that will be associated with the credential.
getter/setter pair
- appGroupAppKey ↔ GoogleCloudApigeeV1AppGroupAppKey?
-
The new AppGroupKey to be amended.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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