Class: HighLevel::Models::AgentStudio::UpdatePublicAgentVersionDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AgentStudio::UpdatePublicAgentVersionDTO
- Defined in:
- lib/high_level/models/agent_studio/update_public_agent_version_dto.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#edges ⇒ Object
readonly
Returns the value of attribute edges.
-
#global_config ⇒ Object
readonly
Returns the value of attribute global_config.
-
#global_variables ⇒ Object
readonly
Returns the value of attribute global_variables.
-
#input_variables ⇒ Object
readonly
Returns the value of attribute input_variables.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#nodes ⇒ Object
readonly
Returns the value of attribute nodes.
-
#runtime_variables ⇒ Object
readonly
Returns the value of attribute runtime_variables.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
-
#user_name ⇒ Object
readonly
Returns the value of attribute user_name.
-
#version_name ⇒ Object
readonly
Returns the value of attribute version_name.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9 def description @description end |
#edges ⇒ Object (readonly)
Returns the value of attribute edges
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9 def edges @edges end |
#global_config ⇒ Object (readonly)
Returns the value of attribute global_config
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9 def global_config @global_config end |
#global_variables ⇒ Object (readonly)
Returns the value of attribute global_variables
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9 def global_variables @global_variables end |
#input_variables ⇒ Object (readonly)
Returns the value of attribute input_variables
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9 def input_variables @input_variables end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9 def location_id @location_id end |
#nodes ⇒ Object (readonly)
Returns the value of attribute nodes
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9 def nodes @nodes end |
#runtime_variables ⇒ Object (readonly)
Returns the value of attribute runtime_variables
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9 def runtime_variables @runtime_variables end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9 def user_id @user_id end |
#user_name ⇒ Object (readonly)
Returns the value of attribute user_name
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9 def user_name @user_name end |
#version_name ⇒ Object (readonly)
Returns the value of attribute version_name
9 10 11 |
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9 def version_name @version_name end |