Class CustomersResource.ListAccessibleCustomersRequest
Returns resource names of customers directly accessible by the user authenticating the call. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError
Inheritance
CustomersResource.ListAccessibleCustomersRequest
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class CustomersResource.ListAccessibleCustomersRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse>, IClientServiceRequest<GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse>, IClientServiceRequest
Constructors
ListAccessibleCustomersRequest(IClientService)
Constructs a new ListAccessibleCustomers request.
Declaration
public ListAccessibleCustomersRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ListAccessibleCustomers parameter list.
Declaration
protected override void InitParameters()