Sha256: 1d133705c482b4a3d1864c7fd7027c4d2c8a0f5b3c7c7183f6518c2fb12f9840
Contents?: true
Size: 479 Bytes
Versions: 4
Compression:
Stored size: 479 Bytes
Contents
# MuxRuby::CreatePlaybackRestrictionRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **referrer** | [**ReferrerDomainRestriction**](ReferrerDomainRestriction.md) | | [optional] | | **user_agent** | [**UserAgentRestrictionRequest**](UserAgentRestrictionRequest.md) | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::CreatePlaybackRestrictionRequest.new( referrer: null, user_agent: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems