Class: HighLevel::Models::Calendars::BlockSlotCreateRequestDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/calendars/block_slot_create_request_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_user_idObject (readonly)

Returns the value of attribute assigned_user_id

Returns:

  • (Object)

    the current value of assigned_user_id



9
10
11
# File 'lib/high_level/models/calendars/block_slot_create_request_dto.rb', line 9

def assigned_user_id
  @assigned_user_id
end

#calendar_idObject (readonly)

Returns the value of attribute calendar_id

Returns:

  • (Object)

    the current value of calendar_id



9
10
11
# File 'lib/high_level/models/calendars/block_slot_create_request_dto.rb', line 9

def calendar_id
  @calendar_id
end

#end_timeObject (readonly)

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



9
10
11
# File 'lib/high_level/models/calendars/block_slot_create_request_dto.rb', line 9

def end_time
  @end_time
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/calendars/block_slot_create_request_dto.rb', line 9

def location_id
  @location_id
end

#start_timeObject (readonly)

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



9
10
11
# File 'lib/high_level/models/calendars/block_slot_create_request_dto.rb', line 9

def start_time
  @start_time
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/high_level/models/calendars/block_slot_create_request_dto.rb', line 9

def title
  @title
end