NexSDK
    Preparing search index...

    Type Alias ListAuditLogsParams

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

    type ListAuditLogsParams = {
        action?: string | null;
        cursor?: string | null;
        from_date?: string | null;
        limit?: number;
        property_id?: string | null;
        resource_type?: string | null;
        to_date?: string | null;
        user_id?: string | null;
    }
    Index

    Properties

    action?: string | null
    cursor?: string | null
    from_date?: string | null
    limit?: number

    1

    100

    property_id?: string | null
    resource_type?: string | null
    to_date?: string | null
    user_id?: string | null