Sha256: 52d5b0e8988bda15b0ede5dfdfa1cef0a080bd85794891c42d0155f5363b51b7
Contents?: true
Size: 768 Bytes
Versions: 150
Compression:
Stored size: 768 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\". | | | **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
150 entries across 150 versions & 1 rubygems