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

    Interface SnapshotsRequestBuilder

    Builds and executes requests for operations under /v2/volumes/snapshots

    interface SnapshotsRequestBuilder {
        bySnapshot_id(snapshot_id: string): WithSnapshot_ItemRequestBuilder;
        withUrl(rawUrl: string): SnapshotsRequestBuilder;
    }

    Hierarchy

    Index

    Methods

    • Parameters

      • rawUrl: string

      Returns SnapshotsRequestBuilder