Class: Google::Apis::CloudsearchV1::TextParagraph

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TextParagraph

Returns a new instance of TextParagraph.



19973
19974
19975
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19973

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#textString

Corresponds to the JSON property text

Returns:

  • (String)


19971
19972
19973
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19971

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19978
19979
19980
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19978

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