Sha256: 60f1d2ffca72766e40b83504cc4e62ec9c1723a03aeb3973e1b69e3bd1a61b30
Contents?: true
Size: 776 Bytes
Versions: 17
Compression:
Stored size: 776 Bytes
Contents
# MuxRuby::PlaybackRestriction ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique identifier for the Playback Restriction. Max 255 characters. | [optional] | | **created_at** | **String** | Time the Playback Restriction was created, defined as a Unix timestamp (seconds since epoch). | [optional] | | **updated_at** | **String** | Time the Playback Restriction was last updated, defined as a Unix timestamp (seconds since epoch). | [optional] | | **referrer** | [**ReferrerDomainRestriction**](ReferrerDomainRestriction.md) | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::PlaybackRestriction.new( id: null, created_at: null, updated_at: null, referrer: null ) ```
Version data entries
17 entries across 17 versions & 1 rubygems