github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/geminidb/v3/backups/results.go (about)

     1  package backups
     2  
     3  import (
     4  	"github.com/huaweicloud/golangsdk"
     5  )
     6  
     7  // UpdateResult represents the result of a update operation.
     8  type UpdateResult struct {
     9  	golangsdk.ErrResult
    10  }