You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param x_project_online_token str : Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
4491
+
:param x_project_online_token str : Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
4492
4492
:param x_sharepoint_password str : The password for the SharePoint site.
:param save_options ProjectServerSaveOptionsDTO : Dispensable save options for Project Server\\Project Online.
5911
5911
:param folder str : The document folder.
5912
5912
:param storage str : The document storage.
5913
-
:param x_project_online_token str : Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
5913
+
:param x_project_online_token str : Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
5914
5914
:param x_sharepoint_password str : The password for the SharePoint site.
:param site_url str : The URL of PWA (Project Web Access) API of Project Online. (required)
6038
6038
:param user_name str : The user name for the sharepoint site.
6039
-
:param x_project_online_token str : Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
6039
+
:param x_project_online_token str : Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
6040
6040
:param x_sharepoint_password str : The password for the SharePoint site.
:param save_options ProjectServerSaveOptionsDTO : Dispensable save options for Project Server\\Project Online.
6153
6153
:param folder str : The document folder.
6154
6154
:param storage str : The document storage.
6155
-
:param x_project_online_token str : Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
6155
+
:param x_project_online_token str : Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
6156
6156
:param x_sharepoint_password str : The password for the SharePoint site.
Copy file name to clipboardExpand all lines: asposetaskscloud/models/requests/create_new_project_request.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ class CreateNewProjectRequest(object):
35
35
:param save_options Dispensable save options for Project Server\\Project Online.
36
36
:param folder The document folder.
37
37
:param storage The document storage.
38
-
:param x_project_online_token Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
38
+
:param x_project_online_token Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
39
39
:param x_sharepoint_password The password for the SharePoint site.
Copy file name to clipboardExpand all lines: asposetaskscloud/models/requests/get_project_list_request.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ class GetProjectListRequest(object):
32
32
Initializes a new instance.
33
33
:param site_url The URL of PWA (Project Web Access) API of Project Online.
34
34
:param user_name The user name for the sharepoint site.
35
-
:param x_project_online_token Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
35
+
:param x_project_online_token Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
36
36
:param x_sharepoint_password The password for the SharePoint site.
Copy file name to clipboardExpand all lines: asposetaskscloud/models/requests/put_import_project_from_project_online_request.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ class PutImportProjectFromProjectOnlineRequest(object):
37
37
:param format Format of the resulting file.
38
38
:param folder The document folder.
39
39
:param storage The document storage.
40
-
:param x_project_online_token Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
40
+
:param x_project_online_token Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
41
41
:param x_sharepoint_password The password for the SharePoint site.
Copy file name to clipboardExpand all lines: asposetaskscloud/models/requests/update_project_request.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ class UpdateProjectRequest(object):
36
36
:param save_options Dispensable save options for Project Server\\Project Online.
37
37
:param folder The document folder.
38
38
:param storage The document storage.
39
-
:param x_project_online_token Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
39
+
:param x_project_online_token Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
40
40
:param x_sharepoint_password The password for the SharePoint site.
"""Gets the has_overallocated_resource of this Task. # noqa: E501
1560
+
1561
+
Indicates whether the task has an resource assigned which has more work on assigned tasks than can be completed within normal working capacity. # noqa: E501
1562
+
1563
+
:return: The has_overallocated_resource of this Task. # noqa: E501
"""Sets the has_overallocated_resource of this Task.
1571
+
1572
+
Indicates whether the task has an resource assigned which has more work on assigned tasks than can be completed within normal working capacity. # noqa: E501
1573
+
1574
+
:param has_overallocated_resource: The has_overallocated_resource of this Task. # noqa: E501
1575
+
:type: bool
1576
+
"""
1577
+
ifhas_overallocated_resourceisNone:
1578
+
raiseValueError("Invalid value for `has_overallocated_resource`, must not be `None`") # noqa: E501
Copy file name to clipboardExpand all lines: docs/Task.md
+1
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Name | Type | Description | Notes
44
44
**fixed_cost_accrual** | [**CostAccrualType**](CostAccrualType.md) | Determines how the fixed cost is accrued against a task. |
45
45
**free_slack** | **int** | The amount of a free slack. |
46
46
**guid** | **str** | | [optional]
47
+
**has_overallocated_resource** | **bool** | Indicates whether the task has an resource assigned which has more work on assigned tasks than can be completed within normal working capacity. |
47
48
**hide_bar** | **bool** | Determines whether the GANTT bar of a task is hidden when displayed in Microsoft Project. |
48
49
**ignore_resource_calendar** | **bool** | Determines whether a task ignores the resource calendar. |
49
50
**late_finish** | **datetime** | The late finish date of a task. |
0 commit comments