Class: Google::Apis::CalendarV3::FreeBusyRequestItem

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/calendar_v3/classes.rb,
lib/google/apis/calendar_v3/representations.rb,
lib/google/apis/calendar_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FreeBusyRequestItem

Returns a new instance of FreeBusyRequestItem.



2227
2228
2229
# File 'lib/google/apis/calendar_v3/classes.rb', line 2227

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#idString

The identifier of a calendar or a group. Corresponds to the JSON property id

Returns:

  • (String)


2225
2226
2227
# File 'lib/google/apis/calendar_v3/classes.rb', line 2225

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2232
2233
2234
# File 'lib/google/apis/calendar_v3/classes.rb', line 2232

def update!(**args)
  @id = args[:id] if args.key?(:id)
end