Class ObjectAssemblyPartsSearchFilter.FilterToggle
public class ObjectAssemblyPartsSearchFilter.FilterToggle : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
- Inheritance
-
ObjectAssemblyPartsSearchFilter.FilterToggle
- Implements
- Inherited Members
- Extension Methods
Constructors
FilterToggle(string, bool)
public FilterToggle(string name, bool toggle = false)
Parameters
Properties
name
[DataProperty("name")]
public Property<string> name { get; }
Property Value
toggle
[DataProperty("toggle")]
public Property<bool> toggle { get; }