Show / Hide Table of Contents

Class MobileDeviceSubmodel

Represents a mobile device submodel.

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

Constructors

MobileDeviceSubmodel()

Declaration
public MobileDeviceSubmodel()

MobileDeviceSubmodel(MobileDeviceSubmodel)

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

Properties

DisplayName

Output only. The display name of the mobile device submodel.

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

HasMobileDevice

Gets whether the "mobile_device" field is set

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

MobileDevice

Output only. The mobile device associated with the submodel. Format: networks/{network_code}/mobileDevices/{mobile_device}

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

MobileDeviceAsMobileDeviceName

MobileDeviceName-typed view over the MobileDevice resource name property.

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

MobileDeviceSubmodelName

MobileDeviceSubmodelName-typed view over the Name resource name property.

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

Name

Identifier. The resource name of the MobileDeviceSubmodel. Format: networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel}

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