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

    A container of a key value name pair.

    interface Tag {
        Key: string | undefined;
        Value: string | undefined;
    }
    Index

    Properties

    Properties

    Key: string | undefined

    Name of the object key.

    Value: string | undefined

    Value of the tag.