TeaOperation
This is a type available in the module tea. This is an operation applicable to a TeaObject.
Properties
Property | Returns |
---|---|
name | {String} - Name of the operation. |
desc | {String} - A detailed description of the operation. |
params | {Array.<TeaParam>} – An array of operation parameters. |
type | {String} - One of the following operation type : READ, UPDATE, DELETE. |
returnType | {String} – One of the following type of return value: 'string', 'number', 'boolean', 'object', 'reference'. |
Copyright © Cloud Software Group, Inc. All Rights Reserved.