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

    Interface SnapshotsPostRequestBody

    interface SnapshotsPostRequestBody {
        additionalData?: Record<string, unknown>;
        name?: null | string;
        tags?: null | string[];
    }

    Hierarchy

    • AdditionalDataHolder
    • Parsable
      • SnapshotsPostRequestBody
    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.

    name?: null | string

    A human-readable name for the volume snapshot.

    tags?: null | string[]

    A flat array of tag names as strings to be applied to the resource. Tag names may be for either existing or new tags.

    Requires tag:create scope.