Implements
Constructors
new AgentAction()
new AgentAction(Defined in: WAProto/index.d.ts:11588p?):AgentAction
Parameters
p?
IAgentAction
Returns
AgentAction
Properties
deviceID?
Defined in: WAProto/index.d.ts:11590optionaldeviceID:null|number
Implementation of
IAgentAction.deviceID
isDeleted?
Defined in: WAProto/index.d.ts:11591optionalisDeleted:null|boolean
Implementation of
IAgentAction.isDeleted
name?
Defined in: WAProto/index.d.ts:11589optionalname:null|string
Implementation of
IAgentAction.name
Methods
create()
Defined in: WAProto/index.d.ts:11592staticcreate(properties?):AgentAction
Parameters
properties?
IAgentAction
Returns
AgentAction
decode()
Defined in: WAProto/index.d.ts:11594staticdecode(r,l?):AgentAction
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
AgentAction
encode()
Defined in: WAProto/index.d.ts:11593staticencode(m,w?):Writer
Parameters
m
IAgentAction
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:11595staticfromObject(d):AgentAction
Parameters
d
Returns
AgentAction
getTypeUrl()
Defined in: WAProto/index.d.ts:11598staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:11597
Returns
object
toObject()
Defined in: WAProto/index.d.ts:11596statictoObject(m,o?):object
Parameters
m
AgentAction
o?
IConversionOptions
Returns
object