github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vmssql/delete_cloud_mssql_server_instance_request.go (about)

     1  /*
     2   * vmssql
     3   *
     4   * <br/>https://ncloud.apigw.ntruss.com/vmssql/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vmssql
    10  
    11  type DeleteCloudMssqlServerInstanceRequest struct {
    12  
    13  	// REGION코드
    14  RegionCode *string `json:"regionCode,omitempty"`
    15  
    16  	// CloudMssql서버인스턴스번호
    17  CloudMssqlServerInstanceNo *string `json:"cloudMssqlServerInstanceNo"`
    18  }