Class: Google::Apis::CloudsearchV1::TextParagraph
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::TextParagraph
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#text ⇒ String
Corresponds to the JSON property
text
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TextParagraph
constructor
A new instance of TextParagraph.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TextParagraph
Returns a new instance of TextParagraph.
20152 20153 20154 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20152 def initialize(**args) update!(**args) end |
Instance Attribute Details
#text ⇒ String
Corresponds to the JSON property text
20150 20151 20152 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20150 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20157 20158 20159 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20157 def update!(**args) @text = args[:text] if args.key?(:text) end |