new AccountCountByAccountID()
- Version:
- 1.0
The AccountCountByAccountID model module.
Members
accountId :String
KAS account ID
Type:
- String
count :Number
The number of Klaytn account
Type:
- Number
Methods
(static) constructFromObject(data, obj) → {AccountCountByAccountID}
Constructs a AccountCountByAccountID
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
AccountCountByAccountID | Optional instance to populate. |
Returns:
The populated AccountCountByAccountID
instance.