class Google::Apis::ContentV2_1::OrdersGetByMerchantOrderIdResponse

Attributes

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “`content# ordersGetByMerchantOrderIdResponse`”. Corresponds to the JSON property `kind` @return [String]

order[RW]

Order. Production access (all methods) requires the order manager role. Sandbox access does not. Corresponds to the JSON property `order` @return [Google::Apis::ContentV2_1::Order]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 8229
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 8234
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @order = args[:order] if args.key?(:order)
end