Class: Google::Apis::ContentV2::OrdersGetTestOrderTemplateResponse

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) ⇒ OrdersGetTestOrderTemplateResponse

Returns a new instance of OrdersGetTestOrderTemplateResponse.



6769
6770
6771
# File 'lib/google/apis/content_v2/classes.rb', line 6769

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


6762
6763
6764
# File 'lib/google/apis/content_v2/classes.rb', line 6762

def kind
  @kind
end

#templateGoogle::Apis::ContentV2::TestOrder

The requested test order template. Corresponds to the JSON property template



6767
6768
6769
# File 'lib/google/apis/content_v2/classes.rb', line 6767

def template
  @template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6774
6775
6776
6777
# File 'lib/google/apis/content_v2/classes.rb', line 6774

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