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.



3269
3270
3271
# File 'lib/google/apis/datamanager_v1/classes.rb', line 3269

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



3267
3268
3269
# File 'lib/google/apis/datamanager_v1/classes.rb', line 3267

def request_status_per_destination
  @request_status_per_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3274
3275
3276
# File 'lib/google/apis/datamanager_v1/classes.rb', line 3274

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