PluginResponse
An add-on plugin that can be purchased for a resource (for example, automatic backups).
idstring<uuid>
Unique identifier of the plugin.
namestringnullable
Human-readable name of the plugin.
typePluginType (string)
Type discriminator of the resource.
Possible values: [Backup]
periodstring<date-span>
Billing period the price covers (for example, 30 days).
pricenumber<double>
Price charged per billing period, in the account currency.
PluginResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"type": "Backup",
"period": "string",
"price": 0
}