mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox|compute] Fixed Format of Account representation
This commit is contained in:
parent
771a0482ef
commit
124617062e
1 changed files with 2 additions and 2 deletions
|
@ -270,8 +270,8 @@ class Brightbox
|
|||
"library_ftp_host" => String,
|
||||
"library_ftp_user" => String,
|
||||
"library_ftp_password" => Fog::Nullable::String,
|
||||
"verified_telephone" => Fog::Nullable::Boolean,
|
||||
"verified_at" => Fog::Nullable::Time,
|
||||
"verified_telephone" => Fog::Nullable::String,
|
||||
"verified_at" => Fog::Nullable::String,
|
||||
"verified_ip" => Fog::Nullable::String,
|
||||
"owner" => Brightbox::Compute::Formats::Nested::USER,
|
||||
"users" => [Brightbox::Compute::Formats::Nested::USER],
|
||||
|
|
Loading…
Add table
Reference in a new issue