Show / Hide Table of Contents

Class MobileDevice

Represents a mobile device.

Inheritance
object
MobileDevice
Implements
IMessage<MobileDevice>
IEquatable<MobileDevice>
IDeepCloneable<MobileDevice>
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 MobileDevice : IMessage<MobileDevice>, IEquatable<MobileDevice>, IDeepCloneable<MobileDevice>, IBufferMessage, IMessage

Constructors

MobileDevice()

Declaration
public MobileDevice()

MobileDevice(MobileDevice)

Declaration
public MobileDevice(MobileDevice other)
Parameters
Type Name Description
MobileDevice other

Properties

DisplayName

Output only. The localized name of the mobile device.

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

HasManufacturer

Gets whether the "manufacturer" field is set

Declaration
public bool HasManufacturer { get; }
Property Value
Type Description
bool

Manufacturer

Output only. The manufacturer associated with the mobile device. Format: networks/{network_code}/deviceManufacturers/{device_manufacturer}

Declaration
public string Manufacturer { get; set; }
Property Value
Type Description
string

ManufacturerAsDeviceManufacturerName

DeviceManufacturerName-typed view over the Manufacturer resource name property.

Declaration
public DeviceManufacturerName ManufacturerAsDeviceManufacturerName { get; set; }
Property Value
Type Description
DeviceManufacturerName

MobileDeviceName

MobileDeviceName-typed view over the Name resource name property.

Declaration
public MobileDeviceName MobileDeviceName { get; set; }
Property Value
Type Description
MobileDeviceName

Name

Identifier. The resource name of the MobileDevice. Format: networks/{network_code}/mobileDevices/{mobile_device}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX