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.



1372
1373
1374
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1372

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

Instance Attribute Details

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

Corresponds to the JSON property agendaItem



1360
1361
1362
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1360

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



1365
1366
1367
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1365

def context
  @context
end

#current_agenda_itemGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaItem

Corresponds to the JSON property currentAgendaItem



1370
1371
1372
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1370

def current_agenda_item
  @current_agenda_item
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1377
1378
1379
1380
1381
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1377

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