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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FreeBusyRequestItem

Returns a new instance of FreeBusyRequestItem



1670
1671
1672
# File 'generated/google/apis/calendar_v3/classes.rb', line 1670

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)


1668
1669
1670
# File 'generated/google/apis/calendar_v3/classes.rb', line 1668

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1675
1676
1677
# File 'generated/google/apis/calendar_v3/classes.rb', line 1675

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