GoogleCloudApigeeV1GraphQLOperationConfig class
Binds the resources in a proxy or remote service with the GraphQL operation and its associated quota enforcement.
Constructors
-
GoogleCloudApigeeV1GraphQLOperationConfig({String? apiSource, List<
GoogleCloudApigeeV1Attribute> ? attributes, List<GoogleCloudApigeeV1GraphQLOperation> ? operations, GoogleCloudApigeeV1Quota? quota}) - GoogleCloudApigeeV1GraphQLOperationConfig.fromJson(Map json_)
Properties
- apiSource ↔ String?
-
Name of the API proxy endpoint or remote service with which the GraphQL
operation and quota are associated.
getter/setter pair
-
attributes
↔ List<
GoogleCloudApigeeV1Attribute> ? -
Custom attributes associated with the operation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
operations
↔ List<
GoogleCloudApigeeV1GraphQLOperation> ? -
List of GraphQL name/operation type pairs for the proxy or remote service
to which quota will be applied.
getter/setter pair
- quota ↔ GoogleCloudApigeeV1Quota?
-
Quota parameters to be enforced for the resources, methods, and API source
combination.
getter/setter pair
- 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