InPlayerAccessControlType
public struct InPlayerAccessControlType : Codable
Access control type model
-
Access control type ID
Declaration
Swift
public let id: Int? -
Shows whether the access is acquired by authentication
Declaration
Swift
public let auth: Bool? -
Denotes one of the control types (free, paid or code) that enable the customer to access the asset.
Declaration
Swift
public let name: String? -
Decoder method
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
InPlayerAccessControlType Structure Reference