Show / Hide Table of Contents

Class ListSavedQueriesResponse

Definition of the response for method ListSaveQuery.

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

Properties

ETag

The ETag of the item.

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

NextPageToken

Page token to retrieve the next page of results in the list. If this is empty, then there are no more saved queries to list.

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

SavedQueries

List of saved queries.

Declaration
[JsonProperty("savedQueries")]
public virtual IList<SavedQuery> SavedQueries { get; set; }
Property Value
Type Description
IList<SavedQuery>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX