View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiSupportedProtocolVersionMessageVersionPair (google_api_content_warehouse v0.4.0)

Attributes

  • messageName (type: String.t, default: nil) - The full path of a message which should start from the package name. e.g. "assistant.api.core_types.Timer".
  • version (type: integer(), default: nil) - The supported version number.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSupportedProtocolVersionMessageVersionPair{
    messageName: String.t() | nil,
    version: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.