Class GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest
The request for sending validation feedback.
Implements
Inherited Members
Namespace: Google.Apis.AddressValidation.v1.Data
Assembly: Google.Apis.AddressValidation.v1.dll
Syntax
public class GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest : IDirectResponseSchema
Properties
Conclusion
Required. The outcome of the sequence of validation attempts. If this field is set to
VALIDATION_CONCLUSION_UNSPECIFIED, an INVALID_ARGUMENT error will be returned.
Declaration
[JsonProperty("conclusion")]
public virtual string Conclusion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResponseId
Required. The ID of the response that this feedback is for. This should be the response_id from the first response in a series of address validation attempts.
Declaration
[JsonProperty("responseId")]
public virtual string ResponseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |