Class: Google::Ads::DataManager::V1::RetrieveRequestStatusResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/datamanager/v1/ingestion_service.rb

Overview

Response from the RetrieveRequestStatusRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#request_status_per_destination::Array<::Google::Ads::DataManager::V1::RequestStatusPerDestination>

Returns A list of request statuses per destination. The order of the statuses matches the order of the destinations in the original request.

Returns:



182
183
184
185
# File 'proto_docs/google/ads/datamanager/v1/ingestion_service.rb', line 182

class RetrieveRequestStatusResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end