Class SearchFoldersResponse
The response message for searching folders.
Implements
Inherited Members
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 |