Sha256: fedc21a486d094f44996d2028187ea29c59abbe7837a3b873bf41cf76f96a993

Contents?: true

Size: 602 Bytes

Versions: 2

Compression:

Stored size: 602 Bytes

Contents

# OryKratosClient::UiNodeImageAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **height** | **Integer** | Height of the image | [optional] |
| **id** | **String** | A unique identifier |  |
| **node_type** | **String** |  |  |
| **src** | **String** | The image's source URL.  format: uri |  |
| **width** | **Integer** | Width of the image | [optional] |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::UiNodeImageAttributes.new(
  height: null,
  id: null,
  node_type: null,
  src: null,
  width: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.8.2.alpha1 docs/UiNodeImageAttributes.md
ory-kratos-client-0.8.0.alpha2 docs/UiNodeImageAttributes.md