REST Resource: networks.browsers

Resource: Browser

Represents a browser, including its version.

JSON representation
{
  "name": string,
  "displayName": string,
  "majorVersion": string,
  "minorVersion": string
}
Fields
name

string

Identifier. The resource name of the Browser. Format: networks/{networkCode}/browsers/{browser}

displayName

string

Output only. The display name of the browser, including version info.

majorVersion

string

Output only. The major version of the browser.

minorVersion

string

Output only. The minor version of the browser.

Methods

get

API to retrieve a Browser object.

list

API to retrieve a list of Browser objects.