Sha256: 349d14e0611d3e4cdc793235d353f3a063558f099c185b1e8847436fdc55b170
Contents?: true
Size: 427 Bytes
Versions: 21
Compression:
Stored size: 427 Bytes
Contents
# MuxRuby::UpdateAssetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **passthrough** | **String** | Arbitrary metadata set for the Asset. Max 255 characters. In order to clear this value, the field should be included with an empty string value. | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::UpdateAssetRequest.new( passthrough: null ) ```
Version data entries
21 entries across 21 versions & 1 rubygems