REST Resource: networks.mobileCarriers

Resource: MobileCarrier

Represents a mobile carrier.

JSON representation
{
  "name": string,
  "displayName": string,
  "regionCode": string
}
Fields
name

string

Identifier. The resource name of the MobileCarrier. Format: networks/{networkCode}/mobileCarriers/{mobile_carrier}

displayName

string

Output only. The localized name of the mobile carrier.

regionCode

string

Output only. The region code of the mobile carrier.

Methods

get

API to retrieve a MobileCarrier object.

list

API to retrieve a list of MobileCarrier objects.