Resource: LinkedDevice
A test mobile device that is linked to the network. Can be used to preview a creative within a mobile application.
| JSON representation |
|---|
{
"name"
:
string
,
"displayName"
:
string
,
"owner"
:
string
,
"visibility"
:
enum (
|
| Fields | |
|---|---|
name
|
Identifier. The resource name of the |
displayName
|
Required. The display name of the LinkedDevice. |
owner
|
Output only. The user who owns this device linking. Format: |
visibility
|
Optional. The visibility of the device. |
LinkedDeviceVisibility
Represents the visibility of a LinkedDevice.
| Enums | |
|---|---|
LINKED_DEVICE_VISIBILITY_UNSPECIFIED
|
Default value. This value is unused. |
PRIVATE
|
The linked device can only be used by the user who owns the device linking. |
PUBLIC
|
The linked device can be used by anyone on the network. |
Methods |
|
|---|---|
|
Gets a LinkedDevice
. |
|
Lists LinkedDevice
objects. |

