TeaParam

This is a type available in the module tea. A parameter defined on TeaOperation.

Properties

Property Returns
name {String} - Name of the parameter.
desc {String} - A detailed description of the parameter.
type {String} – Type of the parameter. Supported values are: string, number, boolean, object and agentId. Specify the agentId to select the agent to be invoked when the target object is managed by multiple agents.
optional {boolean} – Is set to true if the parameter is required for the operation;false otherwise.