InPlayerGeoRestriction

public struct InPlayerGeoRestriction : Codable

Geo Restrictions model

  • id

    Undocumented

    Declaration

    Swift

    public let id: Int?
  • Undocumented

    Declaration

    Swift

    public let countryISO: String?
  • Undocumented

    Declaration

    Swift

    public let countrySetId: Int?
  • Undocumented

    Declaration

    Swift

    public let type: String?
  • Undocumented

    Declaration

    Swift

    public let createdAt: Double?
  • Undocumented

    Declaration

    Swift

    public let updatedAt: Double?
  • Decoder method

    Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Encoder method

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws