mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Adds missing images attributes
This commit is contained in:
parent
0d93b3f0f9
commit
5db11e34f0
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ class Brightbox
|
|||
"description" => String,
|
||||
"source" => String,
|
||||
"status" => String,
|
||||
"public" => Fog::Boolean,
|
||||
"official" => Fog::Boolean,
|
||||
"owner" => String,
|
||||
"username" => Fog::Nullable::String
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue