Skip to content
Open
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
8 changes: 4 additions & 4 deletions hubspot/cms/blogs/authors/models/next_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self, link=None, after=None, local_vars_configuration=None): # noq
def link(self):
"""Gets the link of this NextPage. # noqa: E501

# noqa: E501
A URL that can be used to retrieve the next page results. # noqa: E501

:return: The link of this NextPage. # noqa: E501
:rtype: str
Expand All @@ -68,7 +68,7 @@ def link(self):
def link(self, link):
"""Sets the link of this NextPage.

# noqa: E501
A URL that can be used to retrieve the next page results. # noqa: E501

:param link: The link of this NextPage. # noqa: E501
:type link: str
Expand All @@ -80,7 +80,7 @@ def link(self, link):
def after(self):
"""Gets the after of this NextPage. # noqa: E501

# noqa: E501
A paging cursor token for retrieving subsequent pages. # noqa: E501

:return: The after of this NextPage. # noqa: E501
:rtype: str
Expand All @@ -91,7 +91,7 @@ def after(self):
def after(self, after):
"""Sets the after of this NextPage.

# noqa: E501
A paging cursor token for retrieving subsequent pages. # noqa: E501

:param after: The after of this NextPage. # noqa: E501
:type after: str
Expand Down
8 changes: 4 additions & 4 deletions hubspot/cms/blogs/tags/models/next_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self, link=None, after=None, local_vars_configuration=None): # noq
def link(self):
"""Gets the link of this NextPage. # noqa: E501

# noqa: E501
A URL that can be used to retrieve the next page results. # noqa: E501

:return: The link of this NextPage. # noqa: E501
:rtype: str
Expand All @@ -68,7 +68,7 @@ def link(self):
def link(self, link):
"""Sets the link of this NextPage.

# noqa: E501
A URL that can be used to retrieve the next page results. # noqa: E501

:param link: The link of this NextPage. # noqa: E501
:type link: str
Expand All @@ -80,7 +80,7 @@ def link(self, link):
def after(self):
"""Gets the after of this NextPage. # noqa: E501

# noqa: E501
A paging cursor token for retrieving subsequent pages. # noqa: E501

:return: The after of this NextPage. # noqa: E501
:rtype: str
Expand All @@ -91,7 +91,7 @@ def after(self):
def after(self, after):
"""Sets the after of this NextPage.

# noqa: E501
A paging cursor token for retrieving subsequent pages. # noqa: E501

:param after: The after of this NextPage. # noqa: E501
:type after: str
Expand Down