class Google::Apis::CalendarV3::FreeBusyCalendar
Attributes
busy[RW]
List of time ranges during which this calendar should be regarded as busy. Corresponds to the JSON property `busy` @return [Array<Google::Apis::CalendarV3::TimePeriod>]
errors[RW]
Optional error(s) (if computation for the calendar failed). Corresponds to the JSON property `errors` @return [Array<Google::Apis::CalendarV3::Error>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/calendar_v3/classes.rb, line 1923 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 1928 def update!(**args) @busy = args[:busy] if args.key?(:busy) @errors = args[:errors] if args.key?(:errors) end