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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Video.Hooks {
    public var shouldShowVideoCoverHookNotification: ShouldShowVideoCoverHookNotification {
        ShouldShowVideoCoverHookNotification(path: path + "/should_show_video_cover_hook_notification")
    }

    public struct ShouldShowVideoCoverHookNotification {
        /// Path: `/api/video/hooks/should_show_video_cover_hook_notification`
        public let path: String

        /// Should Show Video Cover Hook Notification
        public var get: Request<GenAPI.ShouldShowVideoCoverHookNotificationResponse> {
            Request(path: path, method: "GET", id: "studio_api_video_hooks_api_should_show_video_cover_hook_notification")
        }
    }
}
