MobileDeviceConstant

  • A mobile device constant represents a constant for mobile devices.

  • It includes fields such as resource_name, type, id, name, manufacturer_name, and operating_system_name.

  • The resource_name field has a specific format including the criterion_id.

  • Other fields provide information about the device's type, ID, name, manufacturer, and operating system.

A mobile device constant.

Fields

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.

id

int64

Output only. The ID of the mobile device constant.

name

string

Output only. The name of the mobile device.

manufacturer_name

string

Output only. The manufacturer of the mobile device.

operating_system_name

string

Output only. The operating system of the mobile device.