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.
2448 2449 2450 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2448 def initialize(**args) update!(**args) end |
Instance Attribute Details
#events ⇒ Array<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry>
Corresponds to the JSON property events
2446 2447 2448 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2446 def events @events end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2453 2454 2455 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2453 def update!(**args) @events = args[:events] if args.key?(:events) end |