You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This file is auto-generated, don't edit it. Thanks.
2
+
package client
3
+
4
+
import (
5
+
"github.com/alibabacloud-go/tea/dara"
6
+
)
7
+
8
+
typeiDeleteProjectRequestinterface {
9
+
dara.Model
10
+
String() string
11
+
GoString() string
12
+
SetIsLogical(vbool) *DeleteProjectRequest
13
+
GetIsLogical() *bool
14
+
}
15
+
16
+
typeDeleteProjectRequeststruct {
17
+
// Specifies whether to logically delete the project. Valid values: true and false. Default value: true. The value false indicates that the project is physically deleted.
0 commit comments