AI-generated Key Takeaways
-
The
MobileCarrierresource represents a mobile carrier. -
A
MobileCarrierobject has fields for name, displayName, and regionCode. -
The API provides methods to get a specific
MobileCarrierand list allMobileCarrierobjects.
Resource: MobileCarrier
Represents a mobile carrier.
| JSON representation |
|---|
{ "name" : string , "displayName" : string , "regionCode" : string } |
| Fields | |
|---|---|
name
|
Identifier. The resource name of the |
displayName
|
Output only. The localized name of the mobile carrier. |
regionCode
|
Output only. The region code of the mobile carrier. |
Methods |
|
|---|---|
|
API to retrieve a MobileCarrier
object. |
|
API to retrieve a list of MobileCarrier
objects. |

