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

Backend defines the backend configuration for a service.

Attributes

  • rules (type: list(GoogleApi.ServiceUsage.V1.Model.BackendRule.t), default: nil) - A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceUsage.V1.Model.Backend{
  rules: [GoogleApi.ServiceUsage.V1.Model.BackendRule.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.