Sha256: 4bc0688afb2caaaf42bdc6c64b86d88cd849145697c056d3463c33c4a5368f4b
Contents?: true
Size: 527 Bytes
Versions: 2
Compression:
Stored size: 527 Bytes
Contents
# OryClient::UiNodeImageAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **height** | **Integer** | Height of the image | [optional] | | **id** | **String** | A unique identifier | | | **src** | **String** | The image's source URL. format: uri | | | **width** | **Integer** | Width of the image | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UiNodeImageAttributes.new( height: null, id: null, src: null, width: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha19 | docs/UiNodeImageAttributes.md |
ory-client-0.0.1.alpha18 | docs/UiNodeImageAttributes.md |