Show / Hide Table of Contents

Class SearchFoldersResponse

The response message for searching folders.

Inheritance
object
SearchFoldersResponse
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.CloudResourceManager.v2.Data
Assembly: Google.Apis.CloudResourceManager.v2.dll
Syntax
public class SearchFoldersResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Folders

A possibly paginated folder search results. the specified parent resource.

Declaration
[JsonProperty("folders")]
public virtual IList<Folder> Folders { get; set; }
Property Value
Type Description
IList<Folder>

NextPageToken

A pagination token returned from a previous call to SearchFolders that indicates from where searching should continue.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX