Class: ResetStickyTaskQueueResponse
workflowservice.v1.ResetStickyTaskQueueResponse
Represents a ResetStickyTaskQueueResponse.
Implements
Constructors
constructor
• new ResetStickyTaskQueueResponse(properties?
): ResetStickyTaskQueueResponse
Constructs a new ResetStickyTaskQueueResponse.
Parameters
Name | Type | Description |
---|---|---|
properties? | IResetStickyTaskQueueResponse | Properties to set |
Returns
Methods
toJSON
▸ toJSON(): Object
Converts this ResetStickyTaskQueueResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): ResetStickyTaskQueueResponse
Creates a new ResetStickyTaskQueueResponse instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | IResetStickyTaskQueueResponse | Properties to set |
Returns
ResetStickyTaskQueueResponse instance
decode
▸ decode(reader
, length?
): ResetStickyTaskQueueResponse
Decodes a ResetStickyTaskQueueResponse message from the specified reader or buffer.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |