Class: Google::Apis::ContentV2::OrdersGetByMerchantOrderIdResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OrdersGetByMerchantOrderIdResponse

Returns a new instance of OrdersGetByMerchantOrderIdResponse.



7086
7087
7088
# File 'generated/google/apis/content_v2/classes.rb', line 7086

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string "content# ordersGetByMerchantOrderIdResponse". Corresponds to the JSON property kind

Returns:

  • (String)


7078
7079
7080
# File 'generated/google/apis/content_v2/classes.rb', line 7078

def kind
  @kind
end

#orderGoogle::Apis::ContentV2::Order

Order. Production access (all methods) requires the order manager role. Sandbox access does not. Corresponds to the JSON property order



7084
7085
7086
# File 'generated/google/apis/content_v2/classes.rb', line 7084

def order
  @order
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7091
7092
7093
7094
# File 'generated/google/apis/content_v2/classes.rb', line 7091

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @order = args[:order] if args.key?(:order)
end