Sha256: 43d8a788f779d1164d45bc2c8bb8c66da8a57257c42fc74967745b52e3b8cb00
Contents?: true
Size: 787 Bytes
Versions: 6
Compression:
Stored size: 787 Bytes
Contents
# OryKratosClient::UiNodeImageAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **height** | **Integer** | Height of the image | | | **id** | **String** | A unique identifier | | | **node_type** | **String** | NodeType represents this node's types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"img\". | | | **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
6 entries across 6 versions & 1 rubygems