Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickConflictingEventsCardProto
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EnterpriseTopazSidekickConflictingEventsCardProto
- 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
Conflicting meetings card proto.
Instance Attribute Summary collapse
-
#conflicting_event ⇒ Array<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry>
All the events that conflict with main_event.
-
#main_event ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry
An AgendaEntry, e.g., a Calendar Event.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseTopazSidekickConflictingEventsCardProto
constructor
A new instance of EnterpriseTopazSidekickConflictingEventsCardProto.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseTopazSidekickConflictingEventsCardProto
Returns a new instance of EnterpriseTopazSidekickConflictingEventsCardProto.
2133 2134 2135 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2133 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conflicting_event ⇒ Array<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry>
All the events that conflict with main_event.
Corresponds to the JSON property conflictingEvent
2126 2127 2128 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2126 def conflicting_event @conflicting_event end |
#main_event ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry
An AgendaEntry, e.g., a Calendar Event.
Corresponds to the JSON property mainEvent
2131 2132 2133 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2131 def main_event @main_event end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2138 2139 2140 2141 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2138 def update!(**args) @conflicting_event = args[:conflicting_event] if args.key?(:conflicting_event) @main_event = args[:main_event] if args.key?(:main_event) end |