APIリファレンス(JavaScript)
Beacon interface
ビーコン情報オブジェクト。
Signature:
export interface Beacon extends Attributable
Extends: Attributable
Properties
| Property | Type | Description |
|---|---|---|
| beacon_id? | string | null | (Optional) ビーコンID |
| beacon_type_cd? | string | null | (Optional) ビーコンタイプコード |
| code? | string | null | (Optional) コード |
| major? | number | null | (Optional) major |
| minor? | number | null | (Optional) minor |
| name? | string | null | (Optional) ビーコン端末名称 |
| not_use_flg? | boolean | null | (Optional) 使用不可フラグ |
| short_name? | string | null | (Optional) 短縮名称 |
| sort_no? | number | null | (Optional) 順序 |