File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
aliyun-python-sdk-websitebuild Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ 2025-07-09 Version: 1.0.3
2+ - Generated 2025-04-29 for `WebsiteBuild`.
3+
142025-06-24 Version: 1.0.2
25- Generated 2025-04-29 for `WebsiteBuild`.
36
Original file line number Diff line number Diff line change 1- __version__ = '1.0.2 '
1+ __version__ = '1.0.3 '
Original file line number Diff line number Diff line change @@ -31,11 +31,6 @@ def get_NegativePrompt(self): # String
3131
3232 def set_NegativePrompt (self , NegativePrompt ): # String
3333 self .add_query_param ('NegativePrompt' , NegativePrompt )
34- def get_Version (self ): # String
35- return self .get_query_params ().get ('Version' )
36-
37- def set_Version (self , Version ): # String
38- self .add_query_param ('Version' , Version )
3934 def get_Prompt (self ): # String
4035 return self .get_query_params ().get ('Prompt' )
4136
@@ -46,3 +41,8 @@ def get_Parameters(self): # String
4641
4742 def set_Parameters (self , Parameters ): # String
4843 self .add_query_param ('Parameters' , Parameters )
44+ def get_LogoVersion (self ): # String
45+ return self .get_query_params ().get ('LogoVersion' )
46+
47+ def set_LogoVersion (self , LogoVersion ): # String
48+ self .add_query_param ('LogoVersion' , LogoVersion )
You can’t perform that action at this time.
0 commit comments