Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickPeopleDisambiguationCard

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

Returns a new instance of EnterpriseTopazSidekickPeopleDisambiguationCard.



2740
2741
2742
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2740

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

Instance Attribute Details

#personArray<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickCommonPerson>

Candidate persons for the query. Corresponds to the JSON property person



2738
2739
2740
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2738

def person
  @person
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2745
2746
2747
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2745

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