Class: Google::Apis::ContentV2_1::OrdersGetTestOrderTemplateResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::OrdersGetTestOrderTemplateResponse
- 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
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#template ⇒ Google::Apis::ContentV2_1::TestOrder
The requested test order template.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrdersGetTestOrderTemplateResponse
constructor
A new instance of OrdersGetTestOrderTemplateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OrdersGetTestOrderTemplateResponse
Returns a new instance of OrdersGetTestOrderTemplateResponse.
7927 7928 7929 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 7927 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
ordersGetTestOrderTemplateResponse".
Corresponds to the JSON property kind
7920 7921 7922 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 7920 def kind @kind end |
#template ⇒ Google::Apis::ContentV2_1::TestOrder
The requested test order template.
Corresponds to the JSON property template
7925 7926 7927 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 7925 def template @template end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7932 7933 7934 7935 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 7932 def update!(**args) @kind = args[:kind] if args.key?(:kind) @template = args[:template] if args.key?(:template) end |