Class: HighLevel::Models::AgentStudio::UpdatePublicAgentVersionDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/agent_studio/update_public_agent_version_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9

def description
  @description
end

#edgesObject (readonly)

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



9
10
11
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9

def edges
  @edges
end

#global_configObject (readonly)

Returns the value of attribute global_config

Returns:

  • (Object)

    the current value of 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_variablesObject (readonly)

Returns the value of attribute global_variables

Returns:

  • (Object)

    the current value of 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_variablesObject (readonly)

Returns the value of attribute input_variables

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of 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

#nodesObject (readonly)

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



9
10
11
# File 'lib/high_level/models/agent_studio/update_public_agent_version_dto.rb', line 9

def nodes
  @nodes
end

#runtime_variablesObject (readonly)

Returns the value of attribute runtime_variables

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of 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_nameObject (readonly)

Returns the value of attribute user_name

Returns:

  • (Object)

    the current value of 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_nameObject (readonly)

Returns the value of attribute version_name

Returns:

  • (Object)

    the current value of 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