Class CustomersResource.LabelsResource
The "labels" collection of methods.
Inherited Members
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 |