Show / Hide Table of Contents

Class CustomersResource.SharedCriteriaResource

The "sharedCriteria" collection of methods.

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

Constructors

SharedCriteriaResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateSharedCriteriaRequest, string)

Creates or removes shared criteria. Operation statuses are returned. List of thrown errors: AuthenticationError AuthorizationError CriterionError DatabaseError DistinctError FieldError HeaderError IdError InternalError MutateError NotEmptyError NullError OperatorError QuotaError RangeError RequestError ResourceCountLimitExceededError SizeLimitError StringFormatError StringLengthError

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

The body of the request.

string customerId

Required. The ID of the customer whose shared criteria are being modified.

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