Class: Google::Apis::ContentV2::OrdersCreateTestOrderResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OrdersCreateTestOrderResponse

Returns a new instance of OrdersCreateTestOrderResponse.



5856
5857
5858
# File 'lib/google/apis/content_v2/classes.rb', line 5856

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


5849
5850
5851
# File 'lib/google/apis/content_v2/classes.rb', line 5849

def kind
  @kind
end

#order_idString

The ID of the newly created test order. Corresponds to the JSON property orderId

Returns:

  • (String)


5854
5855
5856
# File 'lib/google/apis/content_v2/classes.rb', line 5854

def order_id
  @order_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5861
5862
5863
5864
# File 'lib/google/apis/content_v2/classes.rb', line 5861

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