Class ConversionResource.InsertRequest
Inserts a batch of new conversions into DoubleClick Search.
Inheritance
ConversionResource.InsertRequest
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class ConversionResource.InsertRequest : DoubleclicksearchBaseServiceRequest<ConversionList>, IClientServiceRequest<ConversionList>, IClientServiceRequest
Constructors
InsertRequest(IClientService, ConversionList)
Constructs a new Insert request.
Declaration
public InsertRequest(IClientService service, ConversionList body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ConversionList | 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.ConversionList>.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.ConversionList>.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.ConversionList>.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.ConversionList>.GetBody()
InitParameters()
Initializes Insert parameter list.
Declaration
protected override void InitParameters()