11789: Added tests.
[arvados.git] / sdk / go / arvados / resource_list.go
index 242fb7e406542bda161a528519ea03f4f204db0e..34b0c2f7f77df35cd7d070035022a9242b403cf0 100644 (file)
@@ -11,6 +11,8 @@ type ResourceListParams struct {
        Limit        *int     `json:"limit,omitempty"`
        Offset       int      `json:"offset,omitempty"`
        Order        string   `json:"order,omitempty"`
+       Distinct     bool     `json:"distinct,omitempty"`
+       Count        string   `json:"count,omitempty"`
 }
 
 // A Filter restricts the set of records returned by a list/index API.