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

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