# BackupUnitProperties

## Properties

\| **email** | **String** | The email associated with the backup unit. Bear in mind that this email does not be the same email as of the user. | \[optional] |

\| **name** | **String** | The name of the resource (alphanumeric characters only). | |

\| **password** | **String** | The password associated with that resource. | \[optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::BackupUnitProperties.new(
  email: email@email.com,

  name: BackupUnitName,

  password: mypass123
)
```
