NexSDK
    Preparing search index...

    Interface PropertyResponse

    interface PropertyResponse {
        address: PropertyResponseAddress;
        created_at: string;
        description: PropertyResponseDescription;
        host_header: string;
        host_id: string;
        id: string;
        is_active: boolean;
        lat?: PropertyResponseLat;
        lng?: PropertyResponseLng;
        name: string;
        slug: string;
        updated_at: string;
    }
    Index

    Properties

    address: PropertyResponseAddress
    created_at: string
    description: PropertyResponseDescription
    host_header: string
    host_id: string
    id: string
    is_active: boolean
    lat?: PropertyResponseLat
    lng?: PropertyResponseLng
    name: string
    slug: string
    updated_at: string