Show / Hide Table of Contents

Class DeviceCapability

Represents a device capability.

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

Constructors

DeviceCapability()

Declaration
public DeviceCapability()

DeviceCapability(DeviceCapability)

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

Properties

DeviceCapabilityName

DeviceCapabilityName-typed view over the Name resource name property.

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

DisplayName

Output only. The localized name of the device capability.

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

Name

Identifier. The resource name of the DeviceCapability. Format: networks/{network_code}/deviceCapabilities/{device_capability_id}

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