Class: Google::Apis::DatamanagerV1::RetrieveRequestStatusResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datamanager_v1/classes.rb,
lib/google/apis/datamanager_v1/representations.rb,
lib/google/apis/datamanager_v1/representations.rb

Overview

Response from the RetrieveRequestStatusRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RetrieveRequestStatusResponse

Returns a new instance of RetrieveRequestStatusResponse.



2324
2325
2326
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2324

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#request_status_per_destinationArray<Google::Apis::DatamanagerV1::RequestStatusPerDestination>

A list of request statuses per destination. The order of the statuses matches the order of the destinations in the original request. Corresponds to the JSON property requestStatusPerDestination



2322
2323
2324
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2322

def request_status_per_destination
  @request_status_per_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2329
2330
2331
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2329

def update!(**args)
  @request_status_per_destination = args[:request_status_per_destination] if args.key?(:request_status_per_destination)
end