Class DataPipelineRunFilterResponse
- Assembly
- FoundationaLLM.Common.dll
Provider the model for a data pipeline run filter response.
public class DataPipelineRunFilterResponse : ResourceBase
- Inheritance
-
DataPipelineRunFilterResponse
- Inherited Members
- Extension Methods
Properties
ContinuationToken
Gets or sets the continuation token for pagination.
[JsonPropertyName("continuation_token")]
public string? ContinuationToken { get; set; }
Property Value
Items
Gets or sets the list of data pipeline runs.
[JsonPropertyName("resources")]
public List<DataPipelineRun> Items { get; set; }