Files
plexswift/Sources/Plexswift/models/operations/MediaReviewsVisibility.swift

11 lines
305 B
Swift

// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
extension Operations {
/// Whether or not the account has media reviews visibility enabled
public enum MediaReviewsVisibility: Int, Codable, APIValue {
case disable = 0
case enable = 1
}}