GoogleApi.ServiceUsage.V1.Model.GoSettings (google_api_service_usage v0.27.0)
View SourceSettings 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
@type t() :: %GoogleApi.ServiceUsage.V1.Model.GoSettings{ common: GoogleApi.ServiceUsage.V1.Model.CommonLanguageSettings.t() | nil, renamedServices: map() | nil }