Class ReportsResource.RequestRequest
Inserts a report request into the reporting system.
Inheritance
ReportsResource.RequestRequest
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class ReportsResource.RequestRequest : DoubleclicksearchBaseServiceRequest<Report>, IClientServiceRequest<Report>, IClientServiceRequest
Constructors
RequestRequest(IClientService, ReportRequest)
Constructs a new Request request.
Declaration
public RequestRequest(IClientService service, ReportRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ReportRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Doubleclicksearch.v2.Data.Report>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Doubleclicksearch.v2.Data.Report>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Doubleclicksearch.v2.Data.Report>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Doubleclicksearch.v2.Data.Report>.GetBody()
InitParameters()
Initializes Request parameter list.
Declaration
protected override void InitParameters()