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

Resource that contains the state of an Archive job.

Attributes

  • name (type: String.t, default: nil) - The resource name of ArchiveJob's PortabilityArchiveState singleton. The format is: archiveJobs/{archive_job}/portabilityArchiveState. archive_job is the job ID provided in the request.
  • state (type: String.t, default: nil) - Resource that represents the state of the Archive job.
  • urls (type: list(String.t), default: nil) - If the state is complete, this method returns the signed URLs of the objects in the Cloud Storage bucket.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataPortability.V1.Model.PortabilityArchiveState{
  name: String.t() | nil,
  state: String.t() | nil,
  urls: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.