1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: Apache-2.0
11 // Log is an arvados#log record
14 UUID string `json:"uuid"`
15 ObjectUUID string `json:"object_uuid"`
16 ObjectOwnerUUID string `json:"object_owner_uuid"`
17 EventType string `json:"event_type"`
18 EventAt *time.Time `json:"event"`
19 Properties map[string]interface{} `json:"properties"`
20 CreatedAt *time.Time `json:"created_at"`
23 // LogList is an arvados#logList resource.
25 Items []Log `json:"items"`
26 ItemsAvailable int `json:"items_available"`
27 Offset int `json:"offset"`
28 Limit int `json:"limit"`