File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
stitch_connect_client/models Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ class CreateSourceBody(object):
3737 "type" : "str" ,
3838 "name" : "str" ,
3939 "properties" : "SourceFormProperties" ,
40- "destination_id" : "integer"
40+ "destination_id" : "integer" ,
4141 }
4242
4343 attribute_map = {
4444 "display_name" : "display_name" ,
4545 "type" : "type" ,
4646 "name" : "name" ,
4747 "properties" : "properties" ,
48- "destination_id" : "destination_id"
48+ "destination_id" : "destination_id" ,
4949 }
5050
5151 def __init__ (
@@ -55,7 +55,7 @@ def __init__(
5555 name = None ,
5656 properties = None ,
5757 local_vars_configuration = None ,
58- destination_id = None
58+ destination_id = None ,
5959 ): # noqa: E501
6060 """CreateSourceBody - a model defined in OpenAPI""" # noqa: E501
6161 if local_vars_configuration is None :
You can’t perform that action at this time.
0 commit comments