Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickPeopleDisambiguationCard
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EnterpriseTopazSidekickPeopleDisambiguationCard
- 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
-
#person ⇒ Array<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickCommonPerson>
Candidate persons for the query.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseTopazSidekickPeopleDisambiguationCard
constructor
A new instance of EnterpriseTopazSidekickPeopleDisambiguationCard.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseTopazSidekickPeopleDisambiguationCard
Returns a new instance of EnterpriseTopazSidekickPeopleDisambiguationCard.
2773 2774 2775 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2773 def initialize(**args) update!(**args) end |
Instance Attribute Details
#person ⇒ Array<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickCommonPerson>
Candidate persons for the query.
Corresponds to the JSON property person
2771 2772 2773 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2771 def person @person end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2778 2779 2780 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2778 def update!(**args) @person = args[:person] if args.key?(:person) end |