View Source GoogleApi.PlayIntegrity.V1.Model.WriteDates (google_api_play_integrity v0.11.0)

Contains the recall bits write dates.

Attributes

  • yyyymmFirst (type: integer(), default: nil) - Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the first bit. Note that this value won't be set if the first bit is false.
  • yyyymmSecond (type: integer(), default: nil) - Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the second bit. Note that this value won't be set if the second bit is false.
  • yyyymmThird (type: integer(), default: nil) - Optional. Write time in YYYYMM format (in UTC, e.g. 202402) for the third bit. Note that this value won't be set if the third bit is false.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.PlayIntegrity.V1.Model.WriteDates{
  yyyymmFirst: integer() | nil,
  yyyymmSecond: integer() | nil,
  yyyymmThird: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.