class Google::Apis::CalendarV3::ConferenceSolution
Attributes
icon_uri[RW]
The user-visible icon for this solution. Corresponds to the JSON property `iconUri` @return [String]
key[RW]
The key which can uniquely identify the conference solution for this event. Corresponds to the JSON property `key` @return [Google::Apis::CalendarV3::ConferenceSolutionKey]
name[RW]
The user-visible name of this solution. Not localized. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/calendar_v3/classes.rb, line 804 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/calendar_v3/classes.rb, line 809 def update!(**args) @icon_uri = args[:icon_uri] if args.key?(:icon_uri) @key = args[:key] if args.key?(:key) @name = args[:name] if args.key?(:name) end