Message describing Database object.
| JSON representation | 
|---|
| { "name" : string , "charset" : string , "collation" : string } | 
| Fields | |
|---|---|
| name |   Identifier. Name of the resource in the form of  | 
| charset |   Optional. Charset for the database. This field can contain any PostgreSQL supported charset name. Example values include "UTF8", "SQL_ASCII", etc. | 
| collation |   Optional. Collation for the database. Name of the custom or native collation for postgres. Example values include "C", "POSIX", etc | 

