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

Required information for every language.

Attributes

  • destinations (type: list(String.t), default: nil) - The destination where API teams want this client library to be published.
  • referenceDocsUri (type: String.t, default: nil) - Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceUsage.V1.Model.CommonLanguageSettings{
  destinations: [String.t()] | nil,
  referenceDocsUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.