nuxt-app
    Preparing search index...

    Interface ImageUpdateRequestDTO

    仮想マシンイメージ更新リクエストオブジェクト

    interface ImageUpdateRequestDTO {
        description?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    description?: string

    仮想マシンイメージの説明

    name?: string

    仮想マシンイメージの名前