AssistantApiSettingsInternalVersion

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsInternalVersion


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents a version of a specifit setting, e.g. DeviceSettings.

Attributes List

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

View Attributes

Attributes

  1. generationTime (type: DateTime.t, default: nil)
    - Contains the timestamp when this version was generated.
  2. id (type: String.t, default: nil)
    - Integer value of the version, it is a monotonically increasing number and starts at 0. On every update it is incremented by 1.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsInternalVersion{
generationTime: DateTime.t() | nil,
id: String.t() | nil
}

Function

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

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