Show / Hide Table of Contents

Class CustomersResource.CampaignLabelsResource

The "campaignLabels" collection of methods.

Inheritance
object
CustomersResource.CampaignLabelsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.CampaignLabelsResource

Constructors

CampaignLabelsResource(IClientService)

Constructs a new resource.

Declaration
public CampaignLabelsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateCampaignLabelsRequest, string)

Creates and removes campaign-label relationships. Operation statuses are returned. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError LabelError MutateError NewResourceCreationError QuotaError RequestError

Declaration
public virtual CustomersResource.CampaignLabelsResource.MutateRequest Mutate(GoogleAdsSearchads360V23ServicesMutateCampaignLabelsRequest body, string customerId)
Parameters
Type Name Description
GoogleAdsSearchads360V23ServicesMutateCampaignLabelsRequest body

The body of the request.

string customerId

Required. ID of the customer whose campaign-label relationships are being modified.

Returns
Type Description
CustomersResource.CampaignLabelsResource.MutateRequest
In this article
Back to top Generated by DocFX