View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GraphQLOperationGroup (google_api_apigee v0.46.0)

List of graphQL operation configuration details associated with Apigee API proxies or remote services. Remote services are non-Apigee proxies, such as Istio-Envoy.

Attributes

  • operationConfigType (type: String.t, default: nil) - Flag that specifies whether the configuration is for Apigee API proxy or a remote service. Valid values include proxy or remoteservice. Defaults to proxy. Set to proxy when Apigee API proxies are associated with the API product. Set to remoteservice when non-Apigee proxies like Istio-Envoy are associated with the API product.
  • operationConfigs (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GraphQLOperationConfig.t), default: nil) - Required. List of operation configurations for either Apigee API proxies or other remote services that are associated with this API product.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GraphQLOperationGroup{
  operationConfigType: String.t() | nil,
  operationConfigs:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GraphQLOperationConfig.t()]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.