Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ class RetentionPolicy(Model):

:param days: The number of days to retain manifest before it expires.
:type days: int
:ivar last_updated_time: The timestamp when the the policy was last
updated.
:ivar last_updated_time: The timestamp when the policy was last updated.
:vartype last_updated_time: datetime
:param status: The value that indicates whether the policy is enabled or
not. Possible values include: 'enabled', 'disabled'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ class RetentionPolicy(Model):

:param days: The number of days to retain manifest before it expires.
:type days: int
:ivar last_updated_time: The timestamp when the the policy was last
updated.
:ivar last_updated_time: The timestamp when the policy was last updated.
:vartype last_updated_time: datetime
:param status: The value that indicates whether the policy is enabled or
not. Possible values include: 'enabled', 'disabled'
Expand Down