Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickScheduledMeeting

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

Details about scheduled meetings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseTopazSidekickScheduledMeeting

Returns a new instance of EnterpriseTopazSidekickScheduledMeeting.



3010
3011
3012
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3010

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

Instance Attribute Details

#meeting_locationString

The meeting location. Corresponds to the JSON property meetingLocation

Returns:

  • (String)


2998
2999
3000
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2998

def meeting_location
  @meeting_location
end

#meeting_timeGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickTimeSlot

Slot of time. Corresponds to the JSON property meetingTime



3003
3004
3005
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3003

def meeting_time
  @meeting_time
end

#meeting_titleString

The meeting title. Corresponds to the JSON property meetingTitle

Returns:

  • (String)


3008
3009
3010
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3008

def meeting_title
  @meeting_title
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3015
3016
3017
3018
3019
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3015

def update!(**args)
  @meeting_location = args[:meeting_location] if args.key?(:meeting_location)
  @meeting_time = args[:meeting_time] if args.key?(:meeting_time)
  @meeting_title = args[:meeting_title] if args.key?(:meeting_title)
end