class Google::Apis::CalendarV3::FreeBusyRequestItem
Attributes
id[RW]
The identifier of a calendar or a group. Corresponds to the JSON property `id` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/calendar_v3/classes.rb, line 2020 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 2025 def update!(**args) @id = args[:id] if args.key?(:id) end