Class GroupZoneMetadataSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for a GroupZoneMetadata.
public class GroupZoneMetadataSearch : Search, IEntity
- Inheritance
-
GroupZoneMetadataSearch
- Implements
- Inherited Members
Constructors
GroupZoneMetadataSearch()
public GroupZoneMetadataSearch()
Properties
Groups
Gets or sets search for group zone metadata that are members of these GroupSearch(s) one of it's children or one of it's parents. Available GroupSearch options are:.
public IList<GroupSearch>? Groups { get; set; }
Property Value
ZoneSearch
Gets or sets search for group zone metadata related to this ZoneSearch Id.
public ZoneSearch? ZoneSearch { get; set; }