Show / Hide Table of Contents

Class CustomersResource.SharedSetsResource

The "sharedSets" collection of methods.

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

Constructors

SharedSetsResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateSharedSetsRequest, string)

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

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

The body of the request.

string customerId

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

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