Class: HighLevel::Models::VoiceAi::CustomActionApiDetailsDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::VoiceAi::CustomActionApiDetailsDTO
- Defined in:
- lib/high_level/models/voice_ai/custom_action_api_details_dto.rb
Instance Attribute Summary collapse
-
#authentication_required ⇒ Object
readonly
Returns the value of attribute authentication_required.
-
#authentication_value ⇒ Object
readonly
Returns the value of attribute authentication_value.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#method ⇒ Object
readonly
Returns the value of attribute method.
-
#parameters ⇒ Object
readonly
Returns the value of attribute parameters.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#authentication_required ⇒ Object (readonly)
Returns the value of attribute 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_value ⇒ Object (readonly)
Returns the value of attribute 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 |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_api_details_dto.rb', line 9 def headers @headers end |
#method ⇒ Object (readonly)
Returns the value of attribute method
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_api_details_dto.rb', line 9 def method @method end |
#parameters ⇒ Object (readonly)
Returns the value of attribute parameters
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_api_details_dto.rb', line 9 def parameters @parameters end |
#url ⇒ Object (readonly)
Returns the value of attribute url
9 10 11 |
# File 'lib/high_level/models/voice_ai/custom_action_api_details_dto.rb', line 9 def url @url end |