You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**display_name** | **str** | A descriptive name for the source. This will be used to dynamically generate the name corresponding to the schema name or dataset name that the data from this source will be loaded into. |
8
8
**type** | **str** | The source type. For example: platform.marketo or platform.hubspot. |
9
+
**name** | **str** | The destination schema name that the data from this source will be loaded into. Names must: - Contain only lowercase alphanumerics and underscores - Be unique within each Stitch client account | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
"""Gets the name of this CreateSourceBody. # noqa: E501
121
+
122
+
The destination schema name that the data from this source will be loaded into. Names must: - Contain only lowercase alphanumerics and underscores - Be unique within each Stitch client account # noqa: E501
123
+
124
+
:return: The name of this CreateSourceBody. # noqa: E501
125
+
:rtype: str
126
+
"""
127
+
returnself._name
128
+
129
+
@name.setter
130
+
defname(self, name):
131
+
"""Sets the name of this CreateSourceBody.
132
+
133
+
The destination schema name that the data from this source will be loaded into. Names must: - Contain only lowercase alphanumerics and underscores - Be unique within each Stitch client account # noqa: E501
134
+
135
+
:param name: The name of this CreateSourceBody. # noqa: E501
136
+
:type: str
137
+
"""
138
+
139
+
self._name=name
140
+
113
141
@property
114
142
defproperties(self):
115
143
"""Gets the properties of this CreateSourceBody. # noqa: E501
0 commit comments