Class CustomersResource.GetIdentityVerificationRequest
Returns Identity Verification information. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError
Inheritance
CustomersResource.GetIdentityVerificationRequest
Implements
Inherited Members
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGetIdentityVerificationResponse>.AccessToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGetIdentityVerificationResponse>.PrettyPrint
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.GetIdentityVerificationRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGetIdentityVerificationResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesGetIdentityVerificationResponse>, IClientServiceRequest
Constructors
GetIdentityVerificationRequest(IClientService, string)
Constructs a new GetIdentityVerification request.
Declaration
public GetIdentityVerificationRequest(IClientService service, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | customerId |
Properties
CustomerId
Required. The ID of the customer for whom we are requesting verification information.
Declaration
[RequestParameter("customerId", RequestParameterType.Path)]
public virtual string CustomerId { get; }
Property Value
| Type | Description |
|---|---|
| string |
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 GetIdentityVerification parameter list.
Declaration
protected override void InitParameters()