class Google::Apis::CalendarV3::Event::ExtendedProperties
Extended properties of the event.
Attributes
private[RW]
Properties that are private to the copy of the event that appears on this calendar. Corresponds to the JSON property `private` @return [Hash<String,String>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/calendar_v3/classes.rb, line 998 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/calendar_v3/classes.rb, line 1003 def update!(**args) @private = args[:private] if args.key?(:private) @shared = args[:shared] if args.key?(:shared) end