@bugbug-io/sdk
Preparing search index...
CreateVariableRequest
Interface CreateVariableRequest
interface
CreateVariableRequest
{
key
:
string
;
value
?:
string
|
null
;
type
:
"value"
|
"evaluate"
;
isSecret
:
boolean
;
description
?:
string
|
null
;
}
Hierarchy (
View Summary
)
CreateVariableRequest
CreateVariableOptions
Index
Properties
key
value?
type
is
Secret
description?
Properties
key
key
:
string
Optional
value
value
?:
string
|
null
type
type
:
"value"
|
"evaluate"
is
Secret
isSecret
:
boolean
Optional
description
description
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
key
value
type
is
Secret
description
@bugbug-io/sdk
Loading...