AdditionalWorkspacesProperties Class
Properties of the additional workspaces.
Constructor
AdditionalWorkspacesProperties(*, workspace: str | None = None, type: str | _models.AdditionalWorkspaceType = 'Sentinel', data_types: List[str | _models.AdditionalWorkspaceDataType] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
workspace
|
Workspace resource id. Default value: None
|
|
type
|
Workspace type. "Sentinel" Default value: Sentinel
|
|
data_types
|
List of data types sent to workspace. Default value: None
|
Variables
| Name | Description |
|---|---|
|
workspace
|
Workspace resource id. |
|
type
|
Workspace type. "Sentinel" |
|
data_types
|
List of data types sent to workspace. |