Class CustomersResource.ReportsResource.CountChromeDevicesReachingAutoExpirationDateRequest
Generate report of the number of devices expiring in each month of the selected time frame. Devices are grouped by auto update expiration date and model. Further information can be found here.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.ReportsResource.CountChromeDevicesReachingAutoExpirationDateRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse>, IClientServiceRequest<GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse>, IClientServiceRequest
Constructors
CountChromeDevicesReachingAutoExpirationDateRequest(IClientService, string)
Constructs a new CountChromeDevicesReachingAutoExpirationDate request.
Declaration
public CountChromeDevicesReachingAutoExpirationDateRequest(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
MaxAueDate
Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or earlier than the maximum date.
Declaration
[RequestParameter("maxAueDate", RequestParameterType.Query)]
public virtual string MaxAueDate { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MinAueDate
Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or later than the minimum date.
Declaration
[RequestParameter("minAueDate", RequestParameterType.Query)]
public virtual string MinAueDate { get; set; }
Property Value
Type | Description |
---|---|
string |
OrgUnitId
Optional. The organizational unit ID, if omitted, will return data for all organizational units.
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 CountChromeDevicesReachingAutoExpirationDate parameter list.
Declaration
protected override void InitParameters()