Class: Google::Apis::ContentV2_1::OrdersGetTestOrderTemplateResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OrdersGetTestOrderTemplateResponse

Returns a new instance of OrdersGetTestOrderTemplateResponse.



8310
8311
8312
# File 'lib/google/apis/content_v2_1/classes.rb', line 8310

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)


8303
8304
8305
# File 'lib/google/apis/content_v2_1/classes.rb', line 8303

def kind
  @kind
end

#templateGoogle::Apis::ContentV2_1::TestOrder

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



8308
8309
8310
# File 'lib/google/apis/content_v2_1/classes.rb', line 8308

def template
  @template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8315
8316
8317
8318
# File 'lib/google/apis/content_v2_1/classes.rb', line 8315

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