Class LabelSearchFilter
A class the defines the search criteria for a ILabel query.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public sealed class LabelSearchFilter
Properties
IsArchived
Whether the results should include archived labels.
Declaration
public QueryParameter<bool?> IsArchived { get; }
Property Value
Type | Description |
---|---|
QueryParameter<bool?> |
IsSystemLabel
Whether the results should include system labels.
Declaration
public QueryParameter<bool?> IsSystemLabel { get; }
Property Value
Type | Description |
---|---|
QueryParameter<bool?> |