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
+
1
4
2025-06-24 Version: 1.0.2
2
5
- Generated 2025-04-29 for `WebsiteBuild`.
3
6
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
31
31
32
32
def set_NegativePrompt (self , NegativePrompt ): # String
33
33
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 )
39
34
def get_Prompt (self ): # String
40
35
return self .get_query_params ().get ('Prompt' )
41
36
@@ -46,3 +41,8 @@ def get_Parameters(self): # String
46
41
47
42
def set_Parameters (self , Parameters ): # String
48
43
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