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

Contains the recall bits values.

Attributes

  • bitFirst (type: boolean(), default: nil) - Required. First recall bit value.
  • bitSecond (type: boolean(), default: nil) - Required. Second recall bit value.
  • bitThird (type: boolean(), default: nil) - Required. Third recall bit value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.PlayIntegrity.V1.Model.Values{
  bitFirst: boolean() | nil,
  bitSecond: boolean() | nil,
  bitThird: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.