mvnoType property

String? mvnoType
getter/setter pair

MVNO match type for the APN.

Optional. Possible string values are:

  • "MVNO_TYPE_UNSPECIFIED" : The MVNO type is not specified.
  • "GID" : MVNO type for group identifier level 1.
  • "ICCID" : MVNO type for ICCID.
  • "IMSI" : MVNO type for IMSI.
  • "SPN" : MVNO type for SPN (service provider name).

Implementation

core.String? mvnoType;