mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox|ServerGroup] ServerGroups can have a nil name.
This commit is contained in:
parent
56d72e0725
commit
7157e47061
1 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ class Brightbox
|
||||||
"id" => String,
|
"id" => String,
|
||||||
"resource_type" => String,
|
"resource_type" => String,
|
||||||
"url" => String,
|
"url" => String,
|
||||||
"name" => String,
|
"name" => Fog::Nullable::String,
|
||||||
"created_at" => String,
|
"created_at" => String,
|
||||||
"default" => Fog::Boolean,
|
"default" => Fog::Boolean,
|
||||||
"description" => Fog::Nullable::String,
|
"description" => Fog::Nullable::String,
|
||||||
|
@ -341,7 +341,7 @@ class Brightbox
|
||||||
"id" => String,
|
"id" => String,
|
||||||
"resource_type" => String,
|
"resource_type" => String,
|
||||||
"url" => String,
|
"url" => String,
|
||||||
"name" => String,
|
"name" => Fog::Nullable::String,
|
||||||
"description" => Fog::Nullable::String,
|
"description" => Fog::Nullable::String,
|
||||||
"default" => Fog::Boolean,
|
"default" => Fog::Boolean,
|
||||||
"created_at" => String,
|
"created_at" => String,
|
||||||
|
|
Loading…
Reference in a new issue