Class: HighLevel::Models::AgentStudio::UpdatePublicAgentResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AgentStudio::UpdatePublicAgentResponseDTO
- Defined in:
- lib/high_level/models/agent_studio/update_public_agent_response_dto.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_response_dto.rb', line 9 def data @data end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_response_dto.rb', line 9 def @message end |
#success ⇒ Object (readonly)
Returns the value of attribute success
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_response_dto.rb', line 9 def success @success end |