Class LinkedDevice
A test mobile device that is linked to the network. Can be used to preview a
creative within a mobile application.
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class LinkedDevice : IMessage<LinkedDevice>, IEquatable<LinkedDevice>, IDeepCloneable<LinkedDevice>, IBufferMessage, IMessage
Constructors
LinkedDevice()
Declaration
LinkedDevice(LinkedDevice)
Declaration
public LinkedDevice(LinkedDevice other)
Parameters
Properties
DisplayName
Required. The display name of the LinkedDevice.
Declaration
public string DisplayName { get; set; }
Property Value
HasDisplayName
Gets whether the "display_name" field is set
Declaration
public bool HasDisplayName { get; }
Property Value
HasOwner
Gets whether the "owner" field is set
Declaration
public bool HasOwner { get; }
Property Value
HasVisibility
Gets whether the "visibility" field is set
Declaration
public bool HasVisibility { get; }
Property Value
LinkedDeviceName
Declaration
public LinkedDeviceName LinkedDeviceName { get; set; }
Property Value
Name
Identifier. The resource name of the LinkedDevice.
Format: networks/{network_code}/linkedDevices/{linked_device_id}
Declaration
public string Name { get; set; }
Property Value
Owner
Output only. The user who owns this device linking.
Format: networks/{network_code}/users/{user}
Declaration
public string Owner { get; set; }
Property Value
OwnerAsUserName
Declaration
public UserName OwnerAsUserName { get; set; }
Property Value
Visibility
Optional. The visibility of the device.
Declaration
public LinkedDeviceVisibilityEnum.Types.LinkedDeviceVisibility Visibility { get; set; }
Property Value