Class CompleteVerificationResponse
Response message for Verifications.CompleteVerificationAction.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class CompleteVerificationResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Verification
The completed verification.
Declaration
[JsonProperty("verification")]
public virtual Verification Verification { get; set; }
Property Value
Type | Description |
---|---|
Verification |