Class: HighLevel::Models::VoiceAi::CustomActionApiDetailsDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_requiredObject (readonly)

Returns the value of attribute authentication_required

Returns:

  • (Object)

    the current value of authentication_required



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

def authentication_required
  @authentication_required
end

#authentication_valueObject (readonly)

Returns the value of attribute authentication_value

Returns:

  • (Object)

    the current value of authentication_value



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

def authentication_value
  @authentication_value
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



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

def headers
  @headers
end

#methodObject (readonly)

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



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

def method
  @method
end

#parametersObject (readonly)

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



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

def parameters
  @parameters
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end