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 site_url str : The url of sharepoint site. For example, \"https://your_company_name.sharepoint.com\" (required)
6028
+
:param site_url str : The URL of PWA (Project Web Access) API of Project Online. (required)
6029
6029
:param user_name str : The user name for the sharepoint site.
6030
6030
: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
6031
6031
:param x_sharepoint_password str : 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
@@ -30,7 +30,7 @@ class GetProjectListRequest(object):
30
30
"""
31
31
Request model for get_project_list operation.
32
32
Initializes a new instance.
33
-
:param site_url The url of sharepoint site. For example, \"https://your_company_name.sharepoint.com\"
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
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
36
36
:param x_sharepoint_password The password for the SharePoint site.
**timephased_data** | [**list[TimephasedData]**](TimephasedData.md) | Represents a collection of TimephasedData objects. | [optional]
71
72
72
73
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
site_url ='site_url_example'# str | The url of sharepoint site. For example, \"https://your_company_name.sharepoint.com\"
2957
+
site_url ='site_url_example'# str | The URL of PWA (Project Web Access) API of Project Online.
2958
2958
user_name ='user_name_example'# str | The user name for the sharepoint site. (optional)
2959
2959
x_project_online_token ='x_project_online_token_example'# str | Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly (optional)
2960
2960
x_sharepoint_password ='x_sharepoint_password_example'# str | The password for the SharePoint site. (optional)
**site_url** | **str**| The url of sharepoint site. For example, \"https://your_company_name.sharepoint.com\" |
2974
+
**site_url** | **str**| The URL of PWA (Project Web Access) API of Project Online. |
2975
2975
**user_name** | **str**| The user name for the sharepoint site. | [optional]
2976
2976
**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 | [optional]
2977
2977
**x_sharepoint_password** | **str**| The password for the SharePoint site. | [optional]
0 commit comments