Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse

Response to ListChromeBrowserProfiles method.

Inheritance
object
GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse
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 GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse : IDirectResponseSchema

Properties

ChromeBrowserProfiles

The list of profiles returned.

Declaration
[JsonProperty("chromeBrowserProfiles")]
public virtual IList<GoogleChromeManagementVersionsV1ChromeBrowserProfile> ChromeBrowserProfiles { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementVersionsV1ChromeBrowserProfile>

ETag

The ETag of the item.

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

NextPageToken

The pagination token that can be used to list the next page.

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

TotalSize

Total size represents an estimated number of resources returned. Not guaranteed to be accurate above 10k profiles.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX