Class RecordsResource.QueryRecordRequest
Queries the Chrome User Experience for a single record
for a given site. Returns a record
that contains
one or more metrics
corresponding to performance data about the requested site.
Inheritance
RecordsResource.QueryRecordRequest
Inherited Members
Namespace: Google.Apis.ChromeUXReport.v1
Assembly: Google.Apis.ChromeUXReport.v1.dll
Syntax
public class RecordsResource.QueryRecordRequest : ChromeUXReportBaseServiceRequest<QueryResponse>, IClientServiceRequest<QueryResponse>, IClientServiceRequest
Constructors
QueryRecordRequest(IClientService, QueryRequest)
Constructs a new QueryRecord request.
Declaration
public QueryRecordRequest(IClientService service, QueryRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
QueryRequest | 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 QueryRecord parameter list.
Declaration
protected override void InitParameters()