@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface TagsPostResponse

    interface TagsPostResponse {
        additionalData?: Record<string, unknown>;
        tag?: null | Tags;
    }

    Hierarchy

    • AdditionalDataHolder
    • Parsable
      • TagsPostResponse
    Index

    Properties

    additionalData?: Record<string, unknown>

    Gets the additional data for this object that did not belong to the properties.

    The additional data for this object.

    tag?: null | Tags

    A tag is a label that can be applied to a resource (currently Droplets, Images, Volumes, Volume Snapshots, and Database clusters) in order to better organize or facilitate the lookups and actions on it.Tags have two attributes: a user defined name attribute and an embedded resources attribute with information about resources that have been tagged.