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

View Source

Response from initiating an Archive job.

Attributes

  • accessType (type: String.t, default: nil) - The access type of the Archive job initiated by the API.
  • archiveJobId (type: String.t, default: nil) - The archive job ID that is initiated in the API. This can be used to get the state of the job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataPortability.V1.Model.InitiatePortabilityArchiveResponse{
  accessType: String.t() | nil,
  archiveJobId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.