Class CustomersResource.UserListsResource
The "userLists" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.UserListsResource
Constructors
UserListsResource(IClientService)
Constructs a new resource.
Declaration
public UserListsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Mutate(GoogleAdsSearchads360V23ServicesMutateUserListsRequest, string)
Creates or updates user lists. Operation statuses are returned. List of thrown errors: AuthenticationError AuthorizationError CollectionSizeError DatabaseError DistinctError FieldError FieldMaskError HeaderError InternalError MutateError NewResourceCreationError NotAllowlistedError NotEmptyError OperationAccessDeniedError QuotaError RangeError RequestError StringFormatError StringLengthError UserListError
Declaration
public virtual CustomersResource.UserListsResource.MutateRequest Mutate(GoogleAdsSearchads360V23ServicesMutateUserListsRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesMutateUserListsRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer whose user lists are being modified. |
Returns
| Type | Description |
|---|---|
| CustomersResource.UserListsResource.MutateRequest |