Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaGroupCardProto
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaGroupCardProto
- 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
-
#agenda_item ⇒ Array<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaItem>
Corresponds to the JSON property
agendaItem
. -
#context ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaGroupCardProtoContext
The context that resulted in the generation of the card.
-
#current_agenda_item ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaItem
Corresponds to the JSON property
currentAgendaItem
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseTopazSidekickAgendaGroupCardProto
constructor
A new instance of EnterpriseTopazSidekickAgendaGroupCardProto.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseTopazSidekickAgendaGroupCardProto
Returns a new instance of EnterpriseTopazSidekickAgendaGroupCardProto.
1405 1406 1407 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1405 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agenda_item ⇒ Array<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaItem>
Corresponds to the JSON property agendaItem
1393 1394 1395 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1393 def agenda_item @agenda_item end |
#context ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaGroupCardProtoContext
The context that resulted in the generation of the card.
Corresponds to the JSON property context
1398 1399 1400 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1398 def context @context end |
#current_agenda_item ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaItem
Corresponds to the JSON property currentAgendaItem
1403 1404 1405 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1403 def current_agenda_item @current_agenda_item end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1410 1411 1412 1413 1414 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1410 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 |