Class: Google::Apis::DatamanagerV1::RetrieveRequestStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::DatamanagerV1::RetrieveRequestStatusResponse
- 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
-
#request_status_per_destination ⇒ Array<Google::Apis::DatamanagerV1::RequestStatusPerDestination>
A list of request statuses per destination.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RetrieveRequestStatusResponse
constructor
A new instance of RetrieveRequestStatusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RetrieveRequestStatusResponse
Returns a new instance of RetrieveRequestStatusResponse.
2105 2106 2107 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2105 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_status_per_destination ⇒ Array<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
2103 2104 2105 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2103 def request_status_per_destination @request_status_per_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2110 2111 2112 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2110 def update!(**args) @request_status_per_destination = args[:request_status_per_destination] if args.key?(:request_status_per_destination) end |