Class: Google::Ads::AdManager::V1::GetOrderRequest

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

Overview

Request object for GetOrder method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the Order. Format: networks/{network_code}/orders/{order_id}.

Returns:

  • (::String)

    Required. The resource name of the Order. Format: networks/{network_code}/orders/{order_id}



29
30
31
32
# File 'proto_docs/google/ads/admanager/v1/order_service.rb', line 29

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