GoogleApi.DataPortability.V1.Model.RetryPortabilityArchiveResponse (google_api_data_portability v0.10.0)
View SourceResponse 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 }