Show / Hide Table of Contents

Class LinkedDevice

A test mobile device that is linked to the network. Can be used to preview a creative within a mobile application.

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

Constructors

LinkedDevice()

Declaration
public LinkedDevice()

LinkedDevice(LinkedDevice)

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

Properties

DisplayName

Required. The display name of the LinkedDevice.

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

HasOwner

Gets whether the "owner" field is set

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

HasVisibility

Gets whether the "visibility" field is set

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

LinkedDeviceName

LinkedDeviceName-typed view over the Name resource name property.

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

Name

Identifier. The resource name of the LinkedDevice. Format: networks/{network_code}/linkedDevices/{linked_device_id}

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

Owner

Output only. The user who owns this device linking. Format: networks/{network_code}/users/{user}

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

OwnerAsUserName

UserName-typed view over the Owner resource name property.

Declaration
public UserName OwnerAsUserName { get; set; }
Property Value
Type Description
UserName

Visibility

Optional. The visibility of the device.

Declaration
public LinkedDeviceVisibilityEnum.Types.LinkedDeviceVisibility Visibility { get; set; }
Property Value
Type Description
LinkedDeviceVisibilityEnum.Types.LinkedDeviceVisibility
In this article
Back to top Generated by DocFX