@digitalocean/dots - v1.0.1
    Preparing search index...
    interface ActionsPostResponse_action {
        additionalData?: Record<string, unknown>;
        completedAt?: null | Date;
        id?: null | number;
        region?: null | Region;
        regionSlug?: null | string;
        resourceId?: null | number;
        resourceType?: null | string;
        startedAt?: null | Date;
        status?: null | Action_status;
        type?: null | string;
    }

    Hierarchy

    • Action
    • Parsable
      • ActionsPostResponse_action
    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.

    completedAt?: null | Date

    A time value given in ISO8601 combined date and time format that represents when the action was completed.

    id?: null | number

    A unique numeric ID that can be used to identify and reference an action.

    region?: null | Region

    The region property

    regionSlug?: null | string

    A human-readable string that is used as a unique identifier for each region.

    resourceId?: null | number

    A unique identifier for the resource that the action is associated with.

    resourceType?: null | string

    The type of resource that the action is associated with.

    startedAt?: null | Date

    A time value given in ISO8601 combined date and time format that represents when the action was initiated.

    status?: null | Action_status

    The current status of the action. This can be "in-progress", "completed", or "errored".

    type?: null | string

    This is the type of action that the object represents. For example, this could be "transfer" to represent the state of an image transfer action.