Class: Google::Apis::CloudsearchV1::References

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) ⇒ References

Returns a new instance of References.



16451
16452
16453
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16451

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

Instance Attribute Details

#referencesArray<Google::Apis::CloudsearchV1::Reference>

Corresponds to the JSON property references



16449
16450
16451
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16449

def references
  @references
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16456
16457
16458
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16456

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