Show / Hide Table of Contents

Class ListScansResponse

Response method from the ListScans method.

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

Properties

ETag

The ETag of the item.

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

NextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

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

Scans

Available scans based on the list query parameters.

Declaration
[JsonProperty("scans")]
public virtual IList<Scan> Scans { get; set; }
Property Value
Type Description
IList<Scan>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX