Skip to content
Merged
Prev Previous commit
Next Next commit
Fix docstring
  • Loading branch information
lmazuel committed Jul 25, 2019
commit f88660a2f16438610d3cda813ba456bca9edaee5
6 changes: 3 additions & 3 deletions sdk/storage/azure-storage-file/azure/storage/file/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class SharePropertiesPaged(PageIterator):
:ivar str prefix: A file name prefix being used to filter the list.
:ivar str marker: The continuation token of the current page of results.
:ivar int results_per_page: The maximum number of results retrieved per API call.
:ivar str next_marker: The continuation token to retrieve the next page of results.
:ivar str continuation_token: The continuation token to retrieve the next page of results.
:ivar str location_mode: The location mode being used to list results. The available
options include "primary" and "secondary".
:ivar current_page: The current page of listed results.
Expand Down Expand Up @@ -351,7 +351,7 @@ class HandlesPaged(PageIterator):

:ivar str marker: The continuation token of the current page of results.
:ivar int results_per_page: The maximum number of results retrieved per API call.
:ivar str next_marker: The continuation token to retrieve the next page of results.
:ivar str continuation_token: The continuation token to retrieve the next page of results.
:ivar str location_mode: The location mode being used to list results. The available
options include "primary" and "secondary".
:ivar current_page: The current page of listed results.
Expand Down Expand Up @@ -435,7 +435,7 @@ class DirectoryPropertiesPaged(PageIterator):
:ivar str prefix: A file name prefix being used to filter the list.
:ivar str marker: The continuation token of the current page of results.
:ivar int results_per_page: The maximum number of results retrieved per API call.
:ivar str next_marker: The continuation token to retrieve the next page of results.
:ivar str continuation_token: The continuation token to retrieve the next page of results.
:ivar str location_mode: The location mode being used to list results. The available
options include "primary" and "secondary".
:ivar current_page: The current page of listed results.
Expand Down