Sha256: 236119fd19ba24aa967f8f036cfffd22ceb1d4c1ecd36f41b48e2902ce44870b

Contents?: true

Size: 582 Bytes

Versions: 2

Compression:

Stored size: 582 Bytes

Contents

# OryKratosClient::UiNodeImageAttributes

## Properties

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

## 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.9.0.alpha3 docs/UiNodeImageAttributes.md
ory-kratos-client-0.9.0.alpha2 docs/UiNodeImageAttributes.md