AssistantApiCoreTypesSurfaceVersion

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesSurfaceVersion


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. major (type: integer(), default: nil)
    -
  2. minor (type: integer(), default: nil)
    -

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesSurfaceVersion