Show / Hide Table of Contents

Class CustomersResource.CustomerUserAccessesResource

The "customerUserAccesses" collection of methods.

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

Constructors

CustomerUserAccessesResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessRequest, string)

Updates, removes permission of a user on a given customer. Operation statuses are returned. List of thrown errors: AuthenticationError AuthorizationError CustomerUserAccessError FieldMaskError HeaderError InternalError MutateError QuotaError RequestError

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

The body of the request.

string customerId

Required. The ID of the customer being modified.

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