From 664c46d3c5cdc54d227dc9a439c0b9261533c8b6 Mon Sep 17 00:00:00 2001 From: alexey Date: Tue, 11 Nov 2025 12:28:48 +0300 Subject: [PATCH] Codegen: CMS Blogs Authors and Tags --- hubspot/cms/blogs/authors/models/next_page.py | 8 ++++---- hubspot/cms/blogs/tags/models/next_page.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hubspot/cms/blogs/authors/models/next_page.py b/hubspot/cms/blogs/authors/models/next_page.py index de144ef4..d8cab0f3 100644 --- a/hubspot/cms/blogs/authors/models/next_page.py +++ b/hubspot/cms/blogs/authors/models/next_page.py @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/hubspot/cms/blogs/tags/models/next_page.py b/hubspot/cms/blogs/tags/models/next_page.py index 890b7bab..208d5d59 100644 --- a/hubspot/cms/blogs/tags/models/next_page.py +++ b/hubspot/cms/blogs/tags/models/next_page.py @@ -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 @@ -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 @@ -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 @@ -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