Interface TrendsResource

interface TrendsResource {
    links: TrendsLinksResource;
    statuses: TrendsStatusesResource;
    tags: TrendsTagsResource;
}

Properties

Properties