OperatorInfo interface

Contains information about the operator. Apart form Id and name, all other fields are optional and nor always returned.

Properties

description

Short description about the operator.

id

The Id of the operator operating this object.

name

The name of the operator operating this object.

siteUrl

Operator's home page.

Property Details

description

Short description about the operator.

description?: string

Property Value

string

id

The Id of the operator operating this object.

id?: string

Property Value

string

name

The name of the operator operating this object.

name?: string

Property Value

string

siteUrl

Operator's home page.

siteUrl?: string

Property Value

string