Show / Hide Table of Contents

Class GoogleChromeManagementV1CountChromeProfileVersionsResponse

Response containing requested managed profile versions details and counts.

Inheritance
object
GoogleChromeManagementV1CountChromeProfileVersionsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1CountChromeProfileVersionsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

Token to specify the next page of the request.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

ProfileBrowserVersions

List of all browser versions reported for profiles and their install counts.

Declaration
[JsonProperty("profileBrowserVersions")]
public virtual IList<GoogleChromeManagementV1BrowserVersion> ProfileBrowserVersions { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1BrowserVersion>

TotalSize

Total number browser versions matching request.

Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX