create_workspace

Function create_workspace 

Source
pub async fn create_workspace(
    configuration: &Configuration,
    create_workspace_body: Option<CreateWorkspaceBody>,
) -> Result<Workspace, Error<CreateWorkspaceError>>