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

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

Returns a new instance of OrdersGetTestOrderTemplateResponse.



4371
4372
4373
# File 'generated/google/apis/content_v2/classes.rb', line 4371

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)


4364
4365
4366
# File 'generated/google/apis/content_v2/classes.rb', line 4364

def kind
  @kind
end

#templateGoogle::Apis::ContentV2::TestOrder

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



4369
4370
4371
# File 'generated/google/apis/content_v2/classes.rb', line 4369

def template
  @template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4376
4377
4378
4379
# File 'generated/google/apis/content_v2/classes.rb', line 4376

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