Class RecordsResource.QueryHistoryRecordRequest
Queries the Chrome User Experience Report for a timeseries history record
for a given site. Returns a
history record
that contains one or more metric timeseries
corresponding to performance data about the
requested site.
Inheritance
RecordsResource.QueryHistoryRecordRequest
Inherited Members
Namespace: Google.Apis.ChromeUXReport.v1
Assembly: Google.Apis.ChromeUXReport.v1.dll
Syntax
public class RecordsResource.QueryHistoryRecordRequest : ChromeUXReportBaseServiceRequest<QueryHistoryResponse>, IClientServiceRequest<QueryHistoryResponse>, IClientServiceRequest
Constructors
QueryHistoryRecordRequest(IClientService, QueryHistoryRequest)
Constructs a new QueryHistoryRecord request.
Declaration
public QueryHistoryRecordRequest(IClientService service, QueryHistoryRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
QueryHistoryRequest | body |
Properties
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes QueryHistoryRecord parameter list.
Declaration
protected override void InitParameters()