QueryField public class QueryField Represents the field of object query request. Documentation public int? ArtifactID { get; set; } Gets or sets the artifact ID. public Guid? Guid { get; set; } Gets or sets the Guid. public string Name { get; set; } Gets or sets the name. public QueryField()