Class: UpdateAccountResponse
cloudservice.v1.UpdateAccountResponse
Represents an UpdateAccountResponse.
Implements
Constructors
constructor
• new UpdateAccountResponse(properties?
): UpdateAccountResponse
Constructs a new UpdateAccountResponse.
Parameters
Name | Type | Description |
---|---|---|
properties? | IUpdateAccountResponse | Properties to set |
Returns
Properties
asyncOperation
• Optional
asyncOperation: null
| IAsyncOperation
The async operation.
Implementation of
IUpdateAccountResponse.asyncOperation
Methods
toJSON
▸ toJSON(): Object
Converts this UpdateAccountResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): UpdateAccountResponse
Creates a new UpdateAccountResponse instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | IUpdateAccountResponse | Properties to set |
Returns
UpdateAccountResponse instance
decode
▸ decode(reader
, length?
): UpdateAccountResponse
Decodes an UpdateAccountResponse 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 |
Returns
UpdateAccountResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader
): UpdateAccountResponse
Decodes an UpdateAccountResponse message from the specified reader or buffer, length delimited.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |