// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation

public struct SetVideoCoverHookPermRequest: Codable, Equatable {
    public var optIn: Bool

    public init(optIn: Bool) {
        self.optIn = optIn
    }
}
