Class EnvironmentProcessSearchRequest
Inheritance
EnvironmentProcessSearchRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class EnvironmentProcessSearchRequest
Properties
Declaration
[JsonProperty("filter", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public FilterBase Filter { get; set; }
Property Value
Limits the document count of the result set. Defaults to 30.
Declaration
[JsonProperty("limit", Required = Required.Always)]
public int Limit { get; set; }
Property Value
Defines the offset from the first result you want to fetch. Defaults to 0.
Declaration
[JsonProperty("start", Required = Required.Always)]
public int Start { get; set; }
Property Value
Methods
Declaration
public static EnvironmentProcessSearchRequest FromJson(string data)
Parameters
Returns