public sealed class QueryTeamFolderContentsResponse : IMessage<QueryTeamFolderContentsResponse>, IEquatable<QueryTeamFolderContentsResponse>, IDeepCloneable<QueryTeamFolderContentsResponse>, IBufferMessage, IMessage, IPageResponse<QueryTeamFolderContentsResponse.Types.TeamFolderContentsEntry>, IEnumerable<QueryTeamFolderContentsResponse.Types.TeamFolderContentsEntry>, IEnumerableReference documentation and code samples for the Dataform v1beta1 API class QueryTeamFolderContentsResponse.
QueryTeamFolderContents response message.
Implements
IMessageQueryTeamFolderContentsResponse, IEquatableQueryTeamFolderContentsResponse, IDeepCloneableQueryTeamFolderContentsResponse, IBufferMessage, IMessage, IPageResponseQueryTeamFolderContentsResponseTypesTeamFolderContentsEntry, IEnumerableQueryTeamFolderContentsResponseTypesTeamFolderContentsEntry, IEnumerableNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
QueryTeamFolderContentsResponse()
public QueryTeamFolderContentsResponse()QueryTeamFolderContentsResponse(QueryTeamFolderContentsResponse)
public QueryTeamFolderContentsResponse(QueryTeamFolderContentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
QueryTeamFolderContentsResponse |
Properties
Entries
public RepeatedField<QueryTeamFolderContentsResponse.Types.TeamFolderContentsEntry> Entries { get; }List of entries in the TeamFolder.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldQueryTeamFolderContentsResponseTypesTeamFolderContentsEntry |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<QueryTeamFolderContentsResponse.Types.TeamFolderContentsEntry> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorQueryTeamFolderContentsResponseTypesTeamFolderContentsEntry |
|