# Credentials

## Properties

| Name         | Type       | Description | Notes |
| ------------ | ---------- | ----------- | ----- |
| **password** | **String** |             |       |
| **username** | **String** |             |       |

## Example

```ruby
require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::Credentials.new(
  password: ,
  username: push-token
)
```
