Class: HighLevel::Models::AgentStudio::CreatePublicAgentResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AgentStudio::CreatePublicAgentResponseDTO
- Defined in:
- lib/high_level/models/agent_studio/create_public_agent_response_dto.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
-
#versions ⇒ Object
readonly
Returns the value of attribute versions.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_response_dto.rb', line 9 def agent @agent end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_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/create_public_agent_response_dto.rb', line 9 def success @success end |
#versions ⇒ Object (readonly)
Returns the value of attribute versions
9 10 11 |
# File 'lib/high_level/models/agent_studio/create_public_agent_response_dto.rb', line 9 def versions @versions end |