NexSDK
    Preparing search index...

    Interface CreatePropertyRequest

    interface CreatePropertyRequest {
        address?: CreatePropertyRequestAddress;
        description?: CreatePropertyRequestDescription;
        host_header: string;
        host_id?: CreatePropertyRequestHostId;
        name: string;
        slug: string;
    }
    Index

    Properties

    address?: CreatePropertyRequestAddress
    description?: CreatePropertyRequestDescription
    host_header: string

    3

    253

    ^[a-z0-9][a-z0-9.-]*[a-z0-9]$

    host_id?: CreatePropertyRequestHostId
    name: string
    slug: string

    2

    63

    ^[a-z0-9][a-z0-9-]*[a-z0-9]$