Class PipelineRunQueryRequestModel
This class contains query request parameters for browsing pipeline configurations.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Pipeline
Assembly: Vasont.Publisher.Models.dll
Syntax
public class PipelineRunQueryRequestModel : PaginatedQueryRequestModel
Properties
| Improve this Doc View SourceSearchText
Gets or sets the search text.
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The search text. |
States
Gets or sets the states.
Declaration
public List<PipelineRunState> States { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PipelineRunState> | The states. |