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

     1  /*
     2   * server
     3   *
     4   * <br/>https://ncloud.apigw.ntruss.com/server/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package server
    10  
    11  type GetRootPasswordRequest struct {
    12  
    13  	// 개인키
    14  PrivateKey *string `json:"privateKey,omitempty"`
    15  
    16  	// 서버인스턴스번호
    17  ServerInstanceNo *string `json:"serverInstanceNo"`
    18  }