github.com/sleungcy-sap/cli@v7.1.0+incompatible/resources/revision_resource.go (about) 1 package resources 2 3 type Revision struct { 4 GUID string `json:"guid"` 5 Version int `json:"version"` 6 Deployable bool `json:"deployable"` 7 Description string `json:"description"` 8 CreatedAt string `json:"created_at"` 9 UpdatedAt string `json:"updated_at"` 10 }