class Google::Apis::ContentV2::OrdersCreateTestOrderRequest
Attributes
template_name[RW]
The test order template to use. Specify as an alternative to testOrder as a shortcut for retrieving a template and then creating an order using that template. Corresponds to the JSON property `templateName` @return [String]
test_order[RW]
The test order to create. Corresponds to the JSON property `testOrder` @return [Google::Apis::ContentV2::TestOrder]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/content_v2/classes.rb, line 3689 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/content_v2/classes.rb, line 3694 def update!(**args) @template_name = args[:template_name] if args.key?(:template_name) @test_order = args[:test_order] if args.key?(:test_order) end