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 lib/google/apis/calendar_v3/classes.rb, line 1948
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 1953
def update!(**args)
  @calendars = args[:calendars] if args.key?(:calendars)
  @errors = args[:errors] if args.key?(:errors)
end