AI-generated Key Takeaways
-
The
MobileCarrier
resource represents a mobile carrier. -
A
MobileCarrier
object has fields for name, displayName, and regionCode. -
The API provides methods to get a specific
MobileCarrier
and list allMobileCarrier
objects.
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. |