Show / Hide Table of Contents

Class MobileCarrier

Represents a mobile carrier.

Inheritance
object
MobileCarrier
Implements
IMessage<MobileCarrier>
IEquatable<MobileCarrier>
IDeepCloneable<MobileCarrier>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX