Class: HighLevel::Models::VoiceAi::GetAgentsResponseDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/voice_ai/get_agents_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentsObject (readonly)

Returns the value of attribute agents

Returns:

  • (Object)

    the current value of agents



9
10
11
# File 'lib/high_level/models/voice_ai/get_agents_response_dto.rb', line 9

def agents
  @agents
end

#pageObject (readonly)

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



9
10
11
# File 'lib/high_level/models/voice_ai/get_agents_response_dto.rb', line 9

def page
  @page
end

#page_sizeObject (readonly)

Returns the value of attribute page_size

Returns:

  • (Object)

    the current value of page_size



9
10
11
# File 'lib/high_level/models/voice_ai/get_agents_response_dto.rb', line 9

def page_size
  @page_size
end

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



9
10
11
# File 'lib/high_level/models/voice_ai/get_agents_response_dto.rb', line 9

def total
  @total
end