Class AdvertisersResource.NegativeKeywordListsResource.NegativeKeywordsResource.BulkEditRequest
Bulk edits negative keywords in a single negative keyword list. The operation will delete the negative keywords provided in BulkEditNegativeKeywordsRequest.deleted_negative_keywords and then create the negative keywords provided in BulkEditNegativeKeywordsRequest.created_negative_keywords. This operation is guaranteed to be atomic and will never result in a partial success or partial failure.
Inheritance
AdvertisersResource.NegativeKeywordListsResource.NegativeKeywordsResource.BulkEditRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AdvertisersResource.NegativeKeywordListsResource.NegativeKeywordsResource.BulkEditRequest : DisplayVideoBaseServiceRequest<BulkEditNegativeKeywordsResponse>, IClientServiceRequest<BulkEditNegativeKeywordsResponse>, IClientServiceRequest
Constructors
BulkEditRequest(IClientService, BulkEditNegativeKeywordsRequest, long, long)
Constructs a new BulkEdit request.
Declaration
public BulkEditRequest(IClientService service, BulkEditNegativeKeywordsRequest body, long advertiserId, long negativeKeywordListId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
BulkEditNegativeKeywordsRequest | 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 to which the negative keywords belong.
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 BulkEdit parameter list.
Declaration
protected override void InitParameters()