MobileDeviceConstant

  • A mobile device constant is identified by a resource name in the format mobileDeviceConstants/{criterion_id}.

  • Key fields of a mobile device constant include its type, ID, name, manufacturer name, and operating system name.

  • The type field indicates the specific kind of mobile device, referencing the MobileDeviceTypeEnum.

  • The id is a unique numerical identifier for the mobile device constant.

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.