Class CustomersResource.ReportsResource.CountChromeCrashEventsRequest
Get a count of Chrome crash events.
Inheritance
CustomersResource.ReportsResource.CountChromeCrashEventsRequest
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.ReportsResource.CountChromeCrashEventsRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeCrashEventsResponse>, IClientServiceRequest<GoogleChromeManagementV1CountChromeCrashEventsResponse>, IClientServiceRequest
Constructors
CountChromeCrashEventsRequest(IClientService, string)
Constructs a new CountChromeCrashEvents request.
Declaration
public CountChromeCrashEventsRequest(IClientService service, string customer)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | customer |
Properties
Customer
Customer ID.
Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
Type | Description |
---|---|
string |
Filter
Query string to filter results, AND-separated fields in EBNF syntax. Supported filter fields: *
major_browser_version * minor_browser_version * browser_channel * device_platform * past_number_days
Example: major_browser_version = 'M115' AND past_number_days = '28'
.
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
OrderBy
Field used to order results. Supported order by fields: * browser_version * count * date
Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type | Description |
---|---|
string |
OrgUnitId
If specified, only count the number of crash events of the devices in this organizational unit.
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 CountChromeCrashEvents parameter list.
Declaration
protected override void InitParameters()