github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vredis/cloud_redis_user_parameter.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 CloudRedisUserParameter struct {
    12  	Name     *string `json:"name"`
    13  	Password *string `json:"password"`
    14  }