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 @@ -78,7 +78,6 @@ def paging(self, paging):
def results(self):
"""Gets the results of this CollectionResponsePublicAuditLog. # noqa: E501

# noqa: E501

:return: The results of this CollectionResponsePublicAuditLog. # noqa: E501
:rtype: list[PublicAuditLog]
Expand All @@ -89,7 +88,6 @@ def results(self):
def results(self, results):
"""Sets the results of this CollectionResponsePublicAuditLog.

# noqa: E501

:param results: The results of this CollectionResponsePublicAuditLog. # noqa: E501
:type results: list[PublicAuditLog]
Expand Down
4 changes: 4 additions & 0 deletions hubspot/cms/audit_logs/models/next_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +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

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 @@ -67,6 +68,7 @@ def link(self):
def link(self, link):
"""Sets the link of this NextPage.

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 @@ -78,6 +80,7 @@ def link(self, link):
def after(self):
"""Gets the after of this NextPage. # noqa: E501

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

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

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

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

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

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

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

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

A URL that can be used to retrieve the previous pages' results. # noqa: E501

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

A URL that can be used to retrieve the previous pages' results. # noqa: E501

:param link: The link of this PreviousPage. # noqa: E501
:type link: str
Expand Down
2 changes: 1 addition & 1 deletion hubspot/cms/domains/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# flake8: noqa

"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
2 changes: 1 addition & 1 deletion hubspot/cms/domains/api/domains_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
2 changes: 1 addition & 1 deletion hubspot/cms/domains/api_client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8
"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
2 changes: 1 addition & 1 deletion hubspot/cms/domains/configuration.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
2 changes: 1 addition & 1 deletion hubspot/cms/domains/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
2 changes: 1 addition & 1 deletion hubspot/cms/domains/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# flake8: noqa
"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
2 changes: 1 addition & 1 deletion hubspot/cms/domains/models/domain.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
2 changes: 1 addition & 1 deletion hubspot/cms/domains/models/error.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
2 changes: 1 addition & 1 deletion hubspot/cms/domains/models/error_detail.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
2 changes: 1 addition & 1 deletion hubspot/cms/domains/models/forward_paging.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
6 changes: 5 additions & 1 deletion hubspot/cms/domains/models/next_page.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down Expand Up @@ -57,6 +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

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 @@ -67,6 +68,7 @@ def link(self):
def link(self, link):
"""Sets the link of this NextPage.

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 @@ -78,6 +80,7 @@ def link(self, link):
def after(self):
"""Gets the after of this NextPage. # noqa: E501

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

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

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

:param after: The after of this NextPage. # noqa: E501
:type after: str
Expand Down
2 changes: 1 addition & 1 deletion hubspot/cms/domains/rest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
CMS Domains
Domains

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

Expand Down
4 changes: 0 additions & 4 deletions hubspot/cms/pages/models/angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def __init__(self, units=None, value=None, local_vars_configuration=None): # no
def units(self):
"""Gets the units of this Angle. # noqa: E501

# noqa: E501

:return: The units of this Angle. # noqa: E501
:rtype: str
Expand All @@ -67,7 +66,6 @@ def units(self):
def units(self, units):
"""Sets the units of this Angle.

# noqa: E501

:param units: The units of this Angle. # noqa: E501
:type units: str
Expand All @@ -81,7 +79,6 @@ def units(self, units):
def value(self):
"""Gets the value of this Angle. # noqa: E501

# noqa: E501

:return: The value of this Angle. # noqa: E501
:rtype: float
Expand All @@ -92,7 +89,6 @@ def value(self):
def value(self, value):
"""Sets the value of this Angle.

# noqa: E501

:param value: The value of this Angle. # noqa: E501
:type value: float
Expand Down
6 changes: 0 additions & 6 deletions hubspot/cms/pages/models/background_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def __init__(self, image_url=None, background_size=None, background_position=Non
def image_url(self):
"""Gets the image_url of this BackgroundImage. # noqa: E501

# noqa: E501

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

# noqa: E501

:param image_url: The image_url of this BackgroundImage. # noqa: E501
:type image_url: str
Expand All @@ -83,7 +81,6 @@ def image_url(self, image_url):
def background_size(self):
"""Gets the background_size of this BackgroundImage. # noqa: E501

# noqa: E501

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

# noqa: E501

:param background_size: The background_size of this BackgroundImage. # noqa: E501
:type background_size: str
Expand All @@ -108,7 +104,6 @@ def background_size(self, background_size):
def background_position(self):
"""Gets the background_position of this BackgroundImage. # noqa: E501

# noqa: E501

:return: The background_position of this BackgroundImage. # noqa: E501
:rtype: str
Expand All @@ -119,7 +114,6 @@ def background_position(self):
def background_position(self, background_position):
"""Sets the background_position of this BackgroundImage.

# noqa: E501

:param background_position: The background_position of this BackgroundImage. # noqa: E501
:type background_position: str
Expand Down
2 changes: 0 additions & 2 deletions hubspot/cms/pages/models/gradient.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def side_or_corner(self, side_or_corner):
def colors(self):
"""Gets the colors of this Gradient. # noqa: E501

# noqa: E501

:return: The colors of this Gradient. # noqa: E501
:rtype: list[ColorStop]
Expand All @@ -115,7 +114,6 @@ def colors(self):
def colors(self, colors):
"""Sets the colors of this Gradient.

# noqa: E501

:param colors: The colors of this Gradient. # noqa: E501
:type colors: list[ColorStop]
Expand Down
Loading