Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickConflictingEventsCardProto

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

Overview

Conflicting meetings card proto.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseTopazSidekickConflictingEventsCardProto

Returns a new instance of EnterpriseTopazSidekickConflictingEventsCardProto.



2166
2167
2168
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2166

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

Instance Attribute Details

#conflicting_eventArray<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry>

All the events that conflict with main_event. Corresponds to the JSON property conflictingEvent



2159
2160
2161
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2159

def conflicting_event
  @conflicting_event
end

#main_eventGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry

An AgendaEntry, e.g., a Calendar Event. Corresponds to the JSON property mainEvent



2164
2165
2166
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2164

def main_event
  @main_event
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2171
2172
2173
2174
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2171

def update!(**args)
  @conflicting_event = args[:conflicting_event] if args.key?(:conflicting_event)
  @main_event = args[:main_event] if args.key?(:main_event)
end