Class: Google::Apis::CloudsearchV1::References
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::References
- 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
-
#references ⇒ Array<Google::Apis::CloudsearchV1::Reference>
Corresponds to the JSON property
references
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ References
constructor
A new instance of References.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ References
Returns a new instance of References.
17107 17108 17109 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17107 def initialize(**args) update!(**args) end |
Instance Attribute Details
#references ⇒ Array<Google::Apis::CloudsearchV1::Reference>
Corresponds to the JSON property references
17105 17106 17107 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17105 def references @references end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17112 17113 17114 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17112 def update!(**args) @references = args[:references] if args.key?(:references) end |