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

The version of the surface/client. New surfaces are encouraged to only use the “major” field to keep track of version number. The “minor” field may be used for surfaces that rely on both the “major” and “minor” fields to define their version.

Attributes

  • major (type: integer(), default: nil) -
  • minor (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesSurfaceVersion{
  major: integer() | nil,
  minor: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.