Show / Hide Table of Contents

Class CustomersResource.LabelsResource

The "labels" collection of methods.

Inheritance
object
CustomersResource.LabelsResource
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.LabelsResource

Constructors

LabelsResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateLabelsRequest, string)

Creates, updates, or removes labels. Operation statuses are returned. List of thrown errors: AuthenticationError AuthorizationError DatabaseError DateError DistinctError FieldError FieldMaskError HeaderError IdError InternalError LabelError MutateError NewResourceCreationError NotEmptyError NullError OperatorError QuotaError RangeError RequestError ResourceCountLimitExceededError SizeLimitError StringFormatError StringLengthError

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

The body of the request.

string customerId

Required. ID of the customer whose labels are being modified.

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