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

     1  /*
     2   * clouddb
     3   *
     4   * Cloud DB<br/>https://ncloud.apigw.ntruss.com/clouddb/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package clouddb
    10  
    11  type GetDmsOperationRequest struct {
    12  
    13  	// 요청번호
    14  RequestNo *string `json:"requestNo"`
    15  }