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

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

Attributes

  • generationTime (type: DateTime.t, default: nil) - Contains the timestamp when this version was generated.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.