@digitalocean/dots - v1.0.1
    Preparing search index...
    interface ResourcesPostResponse {
        additionalData?: Record<string, unknown>;
        resources?: null | Resource[];
    }

    Hierarchy

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

    resources?: null | Resource[]

    All resources, including the ones added in the request, that are assigned to the project. Only resources that you are authorized to see will be returned.