GoogleApi.DataPortability.V1.Model.CheckAccessTypeResponse (google_api_data_portability v0.10.0)

View Source

Response to checking the token's access type.

Attributes

  • oneTimeResources (type: list(String.t), default: nil) - Jobs initiated with this token will be one-time if any requested resources have one-time access.
  • timeBasedResources (type: list(String.t), default: nil) - Jobs initiated with this token will be time-based if all requested resources have time-based access.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataPortability.V1.Model.CheckAccessTypeResponse{
  oneTimeResources: [String.t()] | nil,
  timeBasedResources: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.