Class MobileCarrier
Represents a mobile carrier.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class MobileCarrier : IMessage<MobileCarrier>, IEquatable<MobileCarrier>, IDeepCloneable<MobileCarrier>, IBufferMessage, IMessage
Constructors
MobileCarrier()
Declaration
public MobileCarrier()
MobileCarrier(MobileCarrier)
Declaration
public MobileCarrier(MobileCarrier other)
Parameters
| Type | Name | Description |
|---|---|---|
| MobileCarrier | other |
Properties
DisplayName
Output only. The localized name of the mobile carrier.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasDisplayName
Gets whether the "display_name" field is set
Declaration
public bool HasDisplayName { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasRegionCode
Gets whether the "region_code" field is set
Declaration
public bool HasRegionCode { get; }
Property Value
| Type | Description |
|---|---|
| bool |
MobileCarrierName
MobileCarrierName-typed view over the Name resource name property.
Declaration
public MobileCarrierName MobileCarrierName { get; set; }
Property Value
| Type | Description |
|---|---|
| MobileCarrierName |
Name
Identifier. The resource name of the MobileCarrier.
Format: networks/{network_code}/mobileCarriers/{mobile_carrier}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegionCode
Output only. The region code of the mobile carrier.
Declaration
public string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |