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

    Function serializeActionsPostRequestBody

    • Serializes information the current object

      Parameters

      • writer: SerializationWriter

        Serialization writer to use to serialize this model

      • actionsPostRequestBody:
            | undefined
            | null
            | Partial<
                | Droplet_action_change_backup_policy
                | Droplet_action
                | Droplet_action_change_kernel
                | Droplet_action_enable_backups
                | Droplet_action_rebuild
                | Droplet_action_rename
                | Droplet_action_resize
                | Droplet_action_restore
                | Droplet_action_snapshot,
            > = {}
      • isSerializingDerivedType: boolean = false

        A boolean indicating whether the serialization is for a derived type.

      Returns void