AI-generated Key Takeaways
-
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
getandlist.
Resource: Browser
Represents a browser, including its version.
| JSON representation |
|---|
{ "name" : string , "displayName" : string , "majorVersion" : string , "minorVersion" : string } |
| Fields | |
|---|---|
name
|
Identifier. The resource name of the |
displayName
|
Output only. The display name of the browser, including version info. |
majorVersion
|
Output only. The major version of the browser. |
minorVersion
|
Output only. The minor version of the browser. |
Methods |
|
|---|---|
|
API to retrieve a Browser
object. |
|
API to retrieve a list of Browser
objects. |

