Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaGroupCardProto

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

Returns a new instance of EnterpriseTopazSidekickAgendaGroupCardProto.



1403
1404
1405
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1403

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

Instance Attribute Details

#agenda_itemArray<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaItem>

Corresponds to the JSON property agendaItem



1391
1392
1393
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1391

def agenda_item
  @agenda_item
end

#contextGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaGroupCardProtoContext

The context that resulted in the generation of the card. Corresponds to the JSON property context



1396
1397
1398
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1396

def context
  @context
end

#current_agenda_itemGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaItem

Corresponds to the JSON property currentAgendaItem



1401
1402
1403
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1401

def current_agenda_item
  @current_agenda_item
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1408
1409
1410
1411
1412
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1408

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