Show / Hide Table of Contents

Class ProvideValidationFeedbackResponse

The response for validation feedback.

The response is empty if the feedback is sent successfully.

Inheritance
object
ProvideValidationFeedbackResponse
Implements
IMessage<ProvideValidationFeedbackResponse>
IEquatable<ProvideValidationFeedbackResponse>
IDeepCloneable<ProvideValidationFeedbackResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.AddressValidation.V1
Assembly: Google.Maps.AddressValidation.V1.dll
Syntax
public sealed class ProvideValidationFeedbackResponse : IMessage<ProvideValidationFeedbackResponse>, IEquatable<ProvideValidationFeedbackResponse>, IDeepCloneable<ProvideValidationFeedbackResponse>, IBufferMessage, IMessage

Constructors

ProvideValidationFeedbackResponse()

Declaration
public ProvideValidationFeedbackResponse()

ProvideValidationFeedbackResponse(ProvideValidationFeedbackResponse)

Declaration
public ProvideValidationFeedbackResponse(ProvideValidationFeedbackResponse other)
Parameters
Type Name Description
ProvideValidationFeedbackResponse other
In this article
Back to top Generated by DocFX