IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface GetObjectTaggingOutput

    interface GetObjectTaggingOutput {
        VersionId?: string;
        TagSet: Tag[] | undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    VersionId?: string

    The versionId of the object for which you got the tagging information.

    TagSet: Tag[] | undefined

    Contains the tag set.