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

Constructor Details

#initialize(**args) ⇒ OrdersGetTestOrderTemplateResponse

Returns a new instance of OrdersGetTestOrderTemplateResponse.



7112
7113
7114
# File 'generated/google/apis/content_v2/classes.rb', line 7112

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)


7105
7106
7107
# File 'generated/google/apis/content_v2/classes.rb', line 7105

def kind
  @kind
end

#templateGoogle::Apis::ContentV2::TestOrder

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



7110
7111
7112
# File 'generated/google/apis/content_v2/classes.rb', line 7110

def template
  @template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7117
7118
7119
7120
# File 'generated/google/apis/content_v2/classes.rb', line 7117

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