mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox|compute] ApiClient revoked time exposed in API. Updated format test
This commit is contained in:
parent
e3d0c2ef0a
commit
af875689ae
1 changed files with 4 additions and 1 deletions
|
@ -72,7 +72,8 @@ class Brightbox
|
||||||
"resource_type" => String,
|
"resource_type" => String,
|
||||||
"url" => String,
|
"url" => String,
|
||||||
"name" => String,
|
"name" => String,
|
||||||
"description" => String
|
"description" => String,
|
||||||
|
"revoked_at" => Fog::Nullable::String
|
||||||
}
|
}
|
||||||
|
|
||||||
CLOUD_IP = {
|
CLOUD_IP = {
|
||||||
|
@ -152,6 +153,7 @@ class Brightbox
|
||||||
"url" => String,
|
"url" => String,
|
||||||
"name" => String,
|
"name" => String,
|
||||||
"description" => String,
|
"description" => String,
|
||||||
|
"revoked_at" => Fog::Nullable::String,
|
||||||
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT
|
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -293,6 +295,7 @@ class Brightbox
|
||||||
"url" => String,
|
"url" => String,
|
||||||
"name" => String,
|
"name" => String,
|
||||||
"description" => String,
|
"description" => String,
|
||||||
|
"revoked_at" => Fog::Nullable::String,
|
||||||
"secret" => Fog::Nullable::String,
|
"secret" => Fog::Nullable::String,
|
||||||
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT
|
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue