APIリファレンス(JavaScript)
baasatrakuza > UserDetailClient > fromJSON
UserDetailClient.fromJSON() method
JSONから、UserDetailを生成して返します。
Signature:
fromJSON(json: any): UserDetail;
Parameters
| Parameter | Type | Description |
|---|---|---|
| json | any | ユーザー詳細のJSON |
Returns:
ユーザー詳細
baasatrakuza > UserDetailClient > fromJSON
JSONから、UserDetailを生成して返します。
Signature:
fromJSON(json: any): UserDetail;
| Parameter | Type | Description |
|---|---|---|
| json | any | ユーザー詳細のJSON |
Returns:
ユーザー詳細