Show / Hide Table of Contents

Class ListVerificationsResponse

Response message for Verifications.ListVerifications.

Inheritance
object
ListVerificationsResponse
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.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class ListVerificationsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

If the number of verifications exceeded the requested page size, this field will be populated with a token to fetch the next page of verification on a subsequent call. If there are no more attributes, this field will not be present in the response.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Verifications

List of the verifications.

Declaration
[JsonProperty("verifications")]
public virtual IList<Verification> Verifications { get; set; }
Property Value
Type Description
IList<Verification>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX