Preparing search index...
The search index is not available
canvas-ui
canvas-ui
<internal>
PitcherInstance
Interface PitcherInstance
Construct a type with the properties of T except for those in type K.
interface
PitcherInstance
{
color
?:
null
|
string
;
created_at
:
string
;
created_by
:
MiniUser
;
environment
:
MiniEnvironment
;
id
:
string
;
last_login
:
string
;
logo
?:
null
|
string
;
modified_at
:
string
;
modified_by
:
MiniUser
;
name
:
string
;
owned_by
:
MiniUser
;
region
:
MiniRegion
;
role
:
InstanceMembershipRoleEnum
;
settings
?:
InstanceSettings
;
storage_region
:
StorageRegionEnum
;
}
Hierarchy (
View Summary
)
Omit
<
Instance
,
"settings"
>
PitcherInstance
Index
Properties
color?
created_
at
created_
by
environment
id
last_
login
logo?
modified_
at
modified_
by
name
owned_
by
region
role
settings?
storage_
region
Properties
Optional
color
color
?:
null
|
string
Readonly
created_
at
created_at
:
string
Readonly
created_
by
created_by
:
MiniUser
Readonly
environment
environment
:
MiniEnvironment
Readonly
id
id
:
string
Readonly
last_
login
last_login
:
string
Optional
logo
logo
?:
null
|
string
Readonly
modified_
at
modified_at
:
string
Readonly
modified_
by
modified_by
:
MiniUser
name
name
:
string
Readonly
owned_
by
owned_by
:
MiniUser
Readonly
region
region
:
MiniRegion
Readonly
role
role
:
InstanceMembershipRoleEnum
Optional
Readonly
settings
settings
?:
InstanceSettings
Readonly
storage_
region
storage_region
:
StorageRegionEnum
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
created_
at
created_
by
environment
id
last_
login
logo
modified_
at
modified_
by
name
owned_
by
region
role
settings
storage_
region
canvas-ui
Loading...
Construct a type with the properties of T except for those in type K.