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.



2133
2134
2135
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2133

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



2126
2127
2128
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2126

def conflicting_event
  @conflicting_event
end

#main_eventGoogle::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