google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V33.Model.ThirdPartyAuthenticationToken View Source

Third Party Authentication Token

Attributes

  • name (type: String.t, default: nil) - Name of the third-party authentication token.
  • value (type: String.t, default: nil) - Value of the third-party authentication token. This is a read-only, auto-generated field.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.ThirdPartyAuthenticationToken{
  name: String.t(),
  value: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.