Class: HighLevel::Models::VoiceAi::CustomActionHeaderDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end