public sealed class ListFoldersResponse : IMessage<ListFoldersResponse>, IEquatable<ListFoldersResponse>, IDeepCloneable<ListFoldersResponse>, IBufferMessage, IMessage, IPageResponse<Folder>, IEnumerable<Folder>, IEnumerableThe ListFolders response message.
Implements
IMessage<ListFoldersResponse>, IEquatable<ListFoldersResponse>, IDeepCloneable<ListFoldersResponse>, IBufferMessage, IMessage, IPageResponse<Folder>, IEnumerable<Folder>, 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 |
RepeatedField<Folder> |
|
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 |
IEnumerator<Folder> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|