Class AdvertisersResource.NegativeKeywordListsResource.NegativeKeywordsResource.CreateRequest
Creates a negative keyword in a negative keyword list.
Inheritance
AdvertisersResource.NegativeKeywordListsResource.NegativeKeywordsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AdvertisersResource.NegativeKeywordListsResource.NegativeKeywordsResource.CreateRequest : DisplayVideoBaseServiceRequest<NegativeKeyword>, IClientServiceRequest<NegativeKeyword>, IClientServiceRequest
Constructors
CreateRequest(IClientService, NegativeKeyword, long, long)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, NegativeKeyword body, long advertiserId, long negativeKeywordListId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
NegativeKeyword | body | |
long | advertiserId | |
long | negativeKeywordListId |
Properties
AdvertiserId
Required. The ID of the DV360 advertiser to which the parent negative keyword list belongs.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Path)]
public virtual long AdvertiserId { get; }
Property Value
Type | Description |
---|---|
long |
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
NegativeKeywordListId
Required. The ID of the parent negative keyword list in which the negative keyword will be created.
Declaration
[RequestParameter("negativeKeywordListId", RequestParameterType.Path)]
public virtual long NegativeKeywordListId { get; }
Property Value
Type | Description |
---|---|
long |
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 Create parameter list.
Declaration
protected override void InitParameters()