Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents
- 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
Overview
A list of events where all guests declined.
Instance Attribute Summary collapse
-
#events ⇒ Array<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry>
Corresponds to the JSON property
events
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents
constructor
A new instance of EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents
Returns a new instance of EnterpriseTopazSidekickGetAndKeepAheadCardProtoDeclinedEvents.
2415 2416 2417 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2415 def initialize(**args) update!(**args) end |
Instance Attribute Details
#events ⇒ Array<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry>
Corresponds to the JSON property events
2413 2414 2415 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2413 def events @events end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2420 2421 2422 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2420 def update!(**args) @events = args[:events] if args.key?(:events) end |