MobileDeviceConstant

  • A mobile device constant represents information about a mobile device.

  • It includes fields such as the resource name, device type, ID, name, manufacturer, and operating system name.

  • All fields are output only, providing details about the mobile device.

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.