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.



2977
2978
2979
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2977

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

Instance Attribute Details

#meeting_locationString

The meeting location. Corresponds to the JSON property meetingLocation

Returns:

  • (String)


2965
2966
2967
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2965

def meeting_location
  @meeting_location
end

#meeting_timeGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickTimeSlot

Slot of time. Corresponds to the JSON property meetingTime



2970
2971
2972
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2970

def meeting_time
  @meeting_time
end

#meeting_titleString

The meeting title. Corresponds to the JSON property meetingTitle

Returns:

  • (String)


2975
2976
2977
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2975

def meeting_title
  @meeting_title
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2982
2983
2984
2985
2986
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2982

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