Class CustomersResource.ReportsResource.CountChromeBrowsersNeedingAttentionRequest
Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.
Inheritance
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse>
CustomersResource.ReportsResource.CountChromeBrowsersNeedingAttentionRequest
Implements
Inherited Members
ClientServiceRequest<GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse>.ETagAction
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.ReportsResource.CountChromeBrowsersNeedingAttentionRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse>, IClientServiceRequest<GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse>, IClientServiceRequest
Constructors
CountChromeBrowsersNeedingAttentionRequest(IClientService, string)
Constructs a new CountChromeBrowsersNeedingAttention request.
Declaration
public CountChromeBrowsersNeedingAttentionRequest(IClientService service, string customer)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | customer |
Properties
Customer
Required. The customer ID or "my_customer" prefixed with "customers/".
Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ClientServiceRequest<GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ClientServiceRequest<GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse>.MethodName
OrgUnitId
Optional. The ID of the organizational unit. If omitted, all data will be returned.
Declaration
[RequestParameter("orgUnitId", RequestParameterType.Query)]
public virtual string OrgUnitId { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes CountChromeBrowsersNeedingAttention parameter list.
Declaration
protected override void InitParameters()