GoogleApi.ServiceUsage.V1.Model.GoSettings (google_api_service_usage v0.27.0)

View Source

Settings for Go client libraries.

Attributes

  • common (type: GoogleApi.ServiceUsage.V1.Model.CommonLanguageSettings.t, default: nil) - Some settings.
  • renamedServices (type: map(), default: nil) - Map of service names to renamed services. Keys are the package relative service names and values are the name to be used for the service client and call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceUsage.V1.Model.GoSettings{
  common: GoogleApi.ServiceUsage.V1.Model.CommonLanguageSettings.t() | nil,
  renamedServices: map() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.