Class ListFoldersResponse
The ListFolders response message.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v2.Data
Assembly: Google.Apis.CloudResourceManager.v2.dll
Syntax
public class ListFoldersResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Folders
A possibly paginated list of Folders that are direct descendants of 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 ListFolders
that indicates from where listing should
continue.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |