NexSDK
    Preparing search index...

    Interface EventResponse

    Generated by orval v7.21.0 🍺 Do not edit manually. NexHub API OpenAPI spec version: 0.1.0

    interface EventResponse {
        created_at: string;
        end_date: string;
        id: string;
        is_holiday: boolean;
        multiplier: string;
        name: string;
        property_id: string;
        start_date: string;
        updated_at: string;
    }
    Index

    Properties

    created_at: string
    end_date: string
    id: string
    is_holiday: boolean
    multiplier: string

    ^(?!^[-+.]$)[+-]?0\d*.?\d*$

    name: string
    property_id: string
    start_date: string
    updated_at: string