vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ManagedTopicMetadata

    interface ManagedTopicMetadata {
        fullName?: string;
        managedTopicType: string;
        name: string;
        parentName: string;
        position: number;
        topicDescription: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fullName?: string
    managedTopicType: string
    name: string
    parentName: string
    position: number
    topicDescription: string