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.



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

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

Instance Attribute Details

#meeting_locationString

The meeting location. Corresponds to the JSON property meetingLocation

Returns:

  • (String)


2996
2997
2998
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2996

def meeting_location
  @meeting_location
end

#meeting_timeGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickTimeSlot

Slot of time. Corresponds to the JSON property meetingTime



3001
3002
3003
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3001

def meeting_time
  @meeting_time
end

#meeting_titleString

The meeting title. Corresponds to the JSON property meetingTitle

Returns:

  • (String)


3006
3007
3008
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3006

def meeting_title
  @meeting_title
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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