GoogleCloudApigeeV1GraphQLOperationGroup class
List of graphQL operation configuration details associated with Apigee API proxies or remote services.
Remote services are non-Apigee proxies, such as Istio-Envoy.
Constructors
-
GoogleCloudApigeeV1GraphQLOperationGroup({String? operationConfigType, List<
GoogleCloudApigeeV1GraphQLOperationConfig> ? operationConfigs}) - GoogleCloudApigeeV1GraphQLOperationGroup.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
operationConfigs
↔ List<
GoogleCloudApigeeV1GraphQLOperationConfig> ? -
List of operation configurations for either Apigee API proxies or other
remote services that are associated with this API product.
getter/setter pair
- operationConfigType ↔ String?
-
Flag that specifies whether the configuration is for Apigee API proxy or a
remote service.
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