Class: Google::Apis::ContentV2::OrdersCancelTestOrderByCustomerResponse

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

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OrdersCancelTestOrderByCustomerResponse

Returns a new instance of OrdersCancelTestOrderByCustomerResponse.



5941
5942
5943
# File 'generated/google/apis/content_v2/classes.rb', line 5941

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


5939
5940
5941
# File 'generated/google/apis/content_v2/classes.rb', line 5939

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5946
5947
5948
# File 'generated/google/apis/content_v2/classes.rb', line 5946

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