Sha256: ede074ac051b430f7c7e0b2c378a29db30de2383ece41c3f4157b6beb9bd6da0
Contents?: true
Size: 823 Bytes
Versions: 30
Compression:
Stored size: 823 Bytes
Contents
# OryClient::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\". text Text input Input img Image a Anchor script Script | | | **src** | **String** | The image's source URL. format: uri | | | **width** | **Integer** | Width of the image | | ## Example ```ruby require 'ory-client' instance = OryClient::UiNodeImageAttributes.new( height: null, id: null, node_type: null, src: null, width: null ) ```
Version data entries
30 entries across 30 versions & 1 rubygems