Class ListVerificationsResponse
Response message for Verifications.ListVerifications.
Implements
Inherited Members
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> |