NexSDK
    Preparing search index...

    Interface KeywordSuggestionResponse

    interface KeywordSuggestionResponse {
        dismissed: boolean;
        has_faq: boolean;
        id: string;
        impressions: KeywordSuggestionResponseImpressions;
        in_description: boolean;
        keyword: string;
        month: string;
        property_id: string;
        source: string;
    }
    Index

    Properties

    dismissed: boolean
    has_faq: boolean
    id: string
    impressions: KeywordSuggestionResponseImpressions
    in_description: boolean
    keyword: string
    month: string
    property_id: string
    source: string