View Source GoogleApi.ServiceUsage.V1.Model.Control (google_api_service_usage v0.19.0)

Selects and configures the service controller used by the service. Example: control: environment: servicecontrol.googleapis.com

Attributes

  • environment (type: String.t, default: nil) - The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com
  • methodPolicies (type: list(GoogleApi.ServiceUsage.V1.Model.MethodPolicy.t), default: nil) - Defines policies applying to the API methods of the service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceUsage.V1.Model.Control{
  environment: String.t() | nil,
  methodPolicies: [GoogleApi.ServiceUsage.V1.Model.MethodPolicy.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.