Type Alias TagInfoBeta

TagInfo: {
    count: number;
    entity: OsTag;
    os_workspace: string;
    sample: Entity[];
    tag: string;
}

Type representing information about a tag.

Type declaration

  • Betacount: number

    The count of entities associated with the tag.

  • Betaentity: OsTag

    The entity representing the tag.

  • Betaos_workspace: string

    The workspace associated with the tag.

  • Betasample: Entity[]

    A sample of entities associated with the tag.

  • Betatag: string

    The tag string.