interface MetadataApiSpecInfo {
    deprecated: boolean;
    doc_url: string;
    endpoint: string;
    entity_path: string;
    method: RequestMethod;
    name: string;
    role: MetaRoleType[];
    title: string;
}

Properties

deprecated: boolean
doc_url: string
endpoint: string
entity_path: string
name: string
role: MetaRoleType[]
title: string