class Google::Apis::ContentV2::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::Order]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2/classes.rb, line 7102
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/classes.rb, line 7107
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @order = args[:order] if args.key?(:order)
end