Skip to content

Commit 21ea648

Browse files
Merge pull request #455 from HubSpot/codegen/cms-clients
Codegen: CMS Clients
2 parents a2a528a + a15bad7 commit 21ea648

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+64
-104
lines changed

hubspot/cms/audit_logs/models/collection_response_public_audit_log.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def paging(self, paging):
7878
def results(self):
7979
"""Gets the results of this CollectionResponsePublicAuditLog. # noqa: E501
8080
81-
# noqa: E501
8281
8382
:return: The results of this CollectionResponsePublicAuditLog. # noqa: E501
8483
:rtype: list[PublicAuditLog]
@@ -89,7 +88,6 @@ def results(self):
8988
def results(self, results):
9089
"""Sets the results of this CollectionResponsePublicAuditLog.
9190
92-
# noqa: E501
9391
9492
:param results: The results of this CollectionResponsePublicAuditLog. # noqa: E501
9593
:type results: list[PublicAuditLog]

hubspot/cms/audit_logs/models/next_page.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def __init__(self, link=None, after=None, local_vars_configuration=None): # noq
5757
def link(self):
5858
"""Gets the link of this NextPage. # noqa: E501
5959
60+
A URL that can be used to retrieve the next page results. # noqa: E501
6061
6162
:return: The link of this NextPage. # noqa: E501
6263
:rtype: str
@@ -67,6 +68,7 @@ def link(self):
6768
def link(self, link):
6869
"""Sets the link of this NextPage.
6970
71+
A URL that can be used to retrieve the next page results. # noqa: E501
7072
7173
:param link: The link of this NextPage. # noqa: E501
7274
:type link: str
@@ -78,6 +80,7 @@ def link(self, link):
7880
def after(self):
7981
"""Gets the after of this NextPage. # noqa: E501
8082
83+
A paging cursor token for retrieving subsequent pages. # noqa: E501
8184
8285
:return: The after of this NextPage. # noqa: E501
8386
:rtype: str
@@ -88,6 +91,7 @@ def after(self):
8891
def after(self, after):
8992
"""Sets the after of this NextPage.
9093
94+
A paging cursor token for retrieving subsequent pages. # noqa: E501
9195
9296
:param after: The after of this NextPage. # noqa: E501
9397
:type after: str

hubspot/cms/audit_logs/models/previous_page.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def __init__(self, before=None, link=None, local_vars_configuration=None): # no
5757
def before(self):
5858
"""Gets the before of this PreviousPage. # noqa: E501
5959
60+
A paging cursor token for retrieving previous pages. # noqa: E501
6061
6162
:return: The before of this PreviousPage. # noqa: E501
6263
:rtype: str
@@ -67,6 +68,7 @@ def before(self):
6768
def before(self, before):
6869
"""Sets the before of this PreviousPage.
6970
71+
A paging cursor token for retrieving previous pages. # noqa: E501
7072
7173
:param before: The before of this PreviousPage. # noqa: E501
7274
:type before: str
@@ -80,6 +82,7 @@ def before(self, before):
8082
def link(self):
8183
"""Gets the link of this PreviousPage. # noqa: E501
8284
85+
A URL that can be used to retrieve the previous pages' results. # noqa: E501
8386
8487
:return: The link of this PreviousPage. # noqa: E501
8588
:rtype: str
@@ -90,6 +93,7 @@ def link(self):
9093
def link(self, link):
9194
"""Sets the link of this PreviousPage.
9295
96+
A URL that can be used to retrieve the previous pages' results. # noqa: E501
9397
9498
:param link: The link of this PreviousPage. # noqa: E501
9599
:type link: str

hubspot/cms/domains/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# flake8: noqa
44

55
"""
6-
CMS Domains
6+
Domains
77
88
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
99

hubspot/cms/domains/api/domains_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
CMS Domains
4+
Domains
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77

hubspot/cms/domains/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: utf-8
22
"""
3-
CMS Domains
3+
Domains
44
55
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
66

hubspot/cms/domains/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
CMS Domains
4+
Domains
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77

hubspot/cms/domains/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
CMS Domains
4+
Domains
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77

hubspot/cms/domains/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# flake8: noqa
44
"""
5-
CMS Domains
5+
Domains
66
77
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
88

hubspot/cms/domains/models/collection_response_with_total_domain_forward_paging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
CMS Domains
4+
Domains
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77

0 commit comments

Comments
 (0)