Class CustomersResource.ReportsResource.CountChromeDevicesThatNeedAttentionRequest
Counts of ChromeOS devices that have not synced policies or have lacked user activity in the past 28 days, are out of date, or are not complaint. Further information can be found here https://support.google.com/chrome/a/answer/10564947
Inheritance
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse>
CustomersResource.ReportsResource.CountChromeDevicesThatNeedAttentionRequest
Implements
Inherited Members
ClientServiceRequest<GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse>.ETagAction
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.ReportsResource.CountChromeDevicesThatNeedAttentionRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse>, IClientServiceRequest<GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse>, IClientServiceRequest
Constructors
CountChromeDevicesThatNeedAttentionRequest(IClientService, string)
Constructs a new CountChromeDevicesThatNeedAttention request.
Declaration
public CountChromeDevicesThatNeedAttentionRequest(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<GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ClientServiceRequest<GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse>.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 |
ReadMask
Required. Mask of the fields that should be populated in the returned report.
Declaration
[RequestParameter("readMask", RequestParameterType.Query)]
public virtual object ReadMask { get; set; }
Property Value
Type | Description |
---|---|
object |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes CountChromeDevicesThatNeedAttention parameter list.
Declaration
protected override void InitParameters()