Show / Hide Table of Contents

Class GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest

The request for sending validation feedback.

Inheritance
object
GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX