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

     1  /*
     2   * vmysql
     3   *
     4   * <br/>https://ncloud.apigw.ntruss.com/vmysql/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vmysql
    10  
    11  type GetCloudMysqlUserListResponse struct {
    12  
    13  RequestId *string `json:"requestId,omitempty"`
    14  
    15  ReturnCode *string `json:"returnCode,omitempty"`
    16  
    17  ReturnMessage *string `json:"returnMessage,omitempty"`
    18  
    19  TotalRows *int32 `json:"totalRows,omitempty"`
    20  
    21  	// CloudMysqlUser리스트
    22  CloudMysqlUserList []*CloudMysqlUser `json:"cloudMysqlUserList,omitempty"`
    23  }