Cloud Resource Manager v3 API - Class ListFoldersResponse (2.4.0)

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.

Inheritance

object > ListFoldersResponse

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

ListFoldersResponse()

public ListFoldersResponse()

ListFoldersResponse(ListFoldersResponse)

public ListFoldersResponse(ListFoldersResponse other)
Parameter
NameDescription
otherListFoldersResponse

Properties

Folders

public RepeatedField<Folder> Folders { get; }

A possibly paginated list of folders that are direct descendants of the specified parent resource.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Folder> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorFolder