Show / Hide Table of Contents

Class CustomersResource.AdGroupLabelsResource

The "adGroupLabels" collection of methods.

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

Constructors

AdGroupLabelsResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateAdGroupLabelsRequest, string)

Creates and removes ad group labels. Operation statuses are returned. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError LabelError MutateError NewResourceCreationError QuotaError RequestError

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

The body of the request.

string customerId

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

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