View Source GoogleApi.DataPortability.V1.Model.RetryPortabilityArchiveResponse (google_api_data_portability v0.4.0)

Response from retrying a Portability Archive.

Attributes

  • archiveJobId (type: String.t, default: nil) - The archive job ID that is initiated by the retry endpoint. This can be used to get the state of the new job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.