Class ReportsResource.GenerateRequest
Generates and returns a report immediately.
Inheritance
ReportsResource.GenerateRequest
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class ReportsResource.GenerateRequest : DoubleclicksearchBaseServiceRequest<Report>, IClientServiceRequest<Report>, IClientServiceRequest
Constructors
GenerateRequest(IClientService, ReportRequest)
Constructs a new Generate request.
Declaration
public GenerateRequest(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 Generate parameter list.
Declaration
protected override void InitParameters()