class Google::Apis::CalendarV3::FreeBusyGroup
Attributes
calendars[RW]
List of calendars' identifiers within a group. Corresponds to the JSON property `calendars` @return [Array<String>]
errors[RW]
Optional error(s) (if computation for the group failed). Corresponds to the JSON property `errors` @return [Array<Google::Apis::CalendarV3::Error>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/calendar_v3/classes.rb, line 1507 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 1512 def update!(**args) @calendars = args[:calendars] if args.key?(:calendars) @errors = args[:errors] if args.key?(:errors) end