Sha256: 2593a68e866ee8f38eced053b2b97d9f23d6507cb140931adb2cab35d1ee095d
Contents?: true
Size: 640 Bytes
Versions: 4
Compression:
Stored size: 640 Bytes
Contents
# MuxRuby::UpdateUserAgentRestrictionRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **allow_no_user_agent** | **Boolean** | Whether or not to allow views without a `User-Agent` HTTP request header. | [optional][default to true] | | **allow_high_risk_user_agent** | **Boolean** | Whether or not to allow high risk user agents. The high risk user agents are defined by Mux. | [optional][default to true] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::UpdateUserAgentRestrictionRequest.new( allow_no_user_agent: null, allow_high_risk_user_agent: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems