WorkspaceCustomObjectParameter interface   
The value which should be used for this field.
Properties
| type | The type of variable that this is NOTE: This property will not be serialized. It can only be populated by the server. | 
| value | The value which should be used for this field. | 
Property Details
type
The type of variable that this is NOTE: This property will not be serialized. It can only be populated by the server.
type?: stringProperty Value
string
value
The value which should be used for this field.
value: Record<string, unknown>Property Value
Record<string, unknown>