Sha256: 4b746b2e312b1d96830a31fdb36e3978d17c9b29b54988cfb01287c18f2fe287
Contents?: true
Size: 810 Bytes
Versions: 18
Compression:
Stored size: 810 Bytes
Contents
# OryClient::UiNodeScriptAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **async** | **Boolean** | The script async type | | | **crossorigin** | **String** | The script cross origin policy | | | **id** | **String** | A unique identifier | | | **integrity** | **String** | The script's integrity hash | | | **node_type** | **String** | | | | **referrerpolicy** | **String** | The script referrer policy | | | **src** | **String** | The script source | | | **type** | **String** | The script MIME type | | ## Example ```ruby require 'ory-client' instance = OryClient::UiNodeScriptAttributes.new( async: null, crossorigin: null, id: null, integrity: null, node_type: null, referrerpolicy: null, src: null, type: null ) ```
Version data entries
18 entries across 18 versions & 1 rubygems