MobileDeviceConstant

  • A mobile device constant represents information about a mobile device and includes fields such as resource name, type, ID, name, manufacturer name, and operating system name.

  • The resource name of a mobile device constant is an output-only string in the format mobileDeviceConstants/{criterion_id}.

  • Other output-only fields provide details like the device type, a unique ID, the device name, its manufacturer, and the name of its operating system.

A mobile device constant.

Proto definition

Fields

id

int64

Output only. The ID of the mobile device constant.

manufacturer_name

string

Output only. The manufacturer of the mobile device.

name

string

Output only. The name of the mobile device.

operating_system_name

string

Output only. The operating system of the mobile device.

resource_name

string

Output only. The resource name of the mobile device constant. Mobile device constant resource names have the form:

mobileDeviceConstants/{criterion_id}

type

MobileDeviceType

Output only. The type of mobile device.