Show / Hide Table of Contents

Class GoogleChromeManagementV1CountChromeAppRequestsResponse

Response containing summary of requested app installations.

Inheritance
object
GoogleChromeManagementV1CountChromeAppRequestsResponse
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 GoogleChromeManagementV1CountChromeAppRequestsResponse : 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 in the list.

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

RequestedApps

Count of requested apps matching request.

Declaration
[JsonProperty("requestedApps")]
public virtual IList<GoogleChromeManagementV1ChromeAppRequest> RequestedApps { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1ChromeAppRequest>

TotalSize

Total number of matching app requests.

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