Class V1Resource.ProvideValidationFeedbackRequest
Feedback about the outcome of the sequence of validation attempts. This should be the last call made after a
sequence of validation calls for the same address, and should be called once the transaction is concluded.
This should only be sent once for the sequence of ValidateAddress
requests needed to validate an address
fully.
Inheritance
V1Resource.ProvideValidationFeedbackRequest
Implements
Inherited Members
Namespace: Google.Apis.AddressValidation.v1
Assembly: Google.Apis.AddressValidation.v1.dll
Syntax
public class V1Resource.ProvideValidationFeedbackRequest : AddressValidationBaseServiceRequest<GoogleMapsAddressvalidationV1ProvideValidationFeedbackResponse>, IClientServiceRequest<GoogleMapsAddressvalidationV1ProvideValidationFeedbackResponse>, IClientServiceRequest
Constructors
ProvideValidationFeedbackRequest(IClientService, GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest)
Constructs a new ProvideValidationFeedback request.
Declaration
public ProvideValidationFeedbackRequest(IClientService service, GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest | body |
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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ProvideValidationFeedback parameter list.
Declaration
protected override void InitParameters()