REST Resource: networks.browsers

  • The Browser resource represents a browser and its version.

  • The JSON representation of a Browser includes its name, displayName, majorVersion, and minorVersion.

  • The available methods for interacting with Browser resources are get and list.

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.