Class: Google::Apis::DataportabilityV1beta::InitiatePortabilityArchiveResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataportabilityV1beta::InitiatePortabilityArchiveResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataportability_v1beta/classes.rb,
lib/google/apis/dataportability_v1beta/representations.rb,
lib/google/apis/dataportability_v1beta/representations.rb
Overview
Response from initiating an Archive job.
Instance Attribute Summary collapse
-
#archive_job_id ⇒ String
The archive job ID that is initiated in the API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InitiatePortabilityArchiveResponse
constructor
A new instance of InitiatePortabilityArchiveResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InitiatePortabilityArchiveResponse
Returns a new instance of InitiatePortabilityArchiveResponse.
71 72 73 |
# File 'lib/google/apis/dataportability_v1beta/classes.rb', line 71 def initialize(**args) update!(**args) end |
Instance Attribute Details
#archive_job_id ⇒ String
The archive job ID that is initiated in the API. This can be used to get the
state of the job.
Corresponds to the JSON property archiveJobId
69 70 71 |
# File 'lib/google/apis/dataportability_v1beta/classes.rb', line 69 def archive_job_id @archive_job_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
76 77 78 |
# File 'lib/google/apis/dataportability_v1beta/classes.rb', line 76 def update!(**args) @archive_job_id = args[:archive_job_id] if args.key?(:archive_job_id) end |