type property
The type indicating if it's carrier or ISP.
Output only. Possible string values are:
- "CARRIER_AND_ISP_TYPE_UNSPECIFIED" : Default value when type is not specified or is unknown in this version.
- "CARRIER_AND_ISP_TYPE_ISP" : Indicates this targeting resource refers to an ISP.
- "CARRIER_AND_ISP_TYPE_CARRIER" : Indicates this targeting resource refers to a mobile carrier.
Implementation
core.String? type;