public sealed class ListFoldersResponse : IMessage<ListFoldersResponse>, IEquatable<ListFoldersResponse>, IDeepCloneable<ListFoldersResponse>, IBufferMessage, IMessage, IPageResponse<Folder>, IEnumerable<Folder>, IEnumerable
Reference documentation and code samples for the Cloud Resource Manager v3 API class ListFoldersResponse.
The ListFolders response message.
Implements
IMessageListFoldersResponse, IEquatableListFoldersResponse, IDeepCloneableListFoldersResponse, IBufferMessage, IMessage, IPageResponseFolder, IEnumerableFolder, IEnumerableNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
ListFoldersResponse()
public ListFoldersResponse()
ListFoldersResponse(ListFoldersResponse)
public ListFoldersResponse(ListFoldersResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListFoldersResponse |
Properties
Folders
public RepeatedField<Folder> Folders { get; }
A possibly paginated list of folders that are direct descendants of the specified parent resource.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFolder |
NextPageToken
public string NextPageToken { get; set; }
A pagination token returned from a previous call to ListFolders
that indicates from where listing should continue.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Folder> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorFolder |