tencentcloud-sdk-python 3.0.1374__py2.py3-none-any.whl → 3.0.1376__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/models.py +14 -0
  3. tencentcloud/apm/v20210622/models.py +60 -0
  4. tencentcloud/asr/v20190614/asr_client.py +1 -1
  5. tencentcloud/asr/v20190614/models.py +8 -0
  6. tencentcloud/bh/v20230418/models.py +4 -8
  7. tencentcloud/cat/v20180409/cat_client.py +23 -0
  8. tencentcloud/cat/v20180409/models.py +161 -0
  9. tencentcloud/cfs/v20190719/models.py +19 -0
  10. tencentcloud/clb/v20180317/clb_client.py +17 -9
  11. tencentcloud/clb/v20180317/errorcodes.py +3 -0
  12. tencentcloud/clb/v20180317/models.py +232 -98
  13. tencentcloud/cloudaudit/v20190319/models.py +0 -64
  14. tencentcloud/config/v20220802/models.py +0 -150
  15. tencentcloud/cvm/v20170312/models.py +2 -2
  16. tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
  17. tencentcloud/cynosdb/v20190107/models.py +113 -0
  18. tencentcloud/dsgc/v20190723/dsgc_client.py +23 -0
  19. tencentcloud/dsgc/v20190723/models.py +384 -0
  20. tencentcloud/ess/v20201111/ess_client.py +1 -1
  21. tencentcloud/hunyuan/v20230901/hunyuan_client.py +25 -0
  22. tencentcloud/hunyuan/v20230901/models.py +310 -0
  23. tencentcloud/mongodb/v20190725/models.py +4 -0
  24. tencentcloud/ocr/v20181119/models.py +20 -2
  25. tencentcloud/organization/v20210331/models.py +0 -12
  26. tencentcloud/partners/v20180321/models.py +266 -0
  27. tencentcloud/partners/v20180321/partners_client.py +23 -0
  28. tencentcloud/postgres/v20170312/models.py +2 -2
  29. tencentcloud/tdmq/v20200217/models.py +185 -15
  30. tencentcloud/teo/v20220901/errorcodes.py +12 -0
  31. tencentcloud/teo/v20220901/models.py +4 -4
  32. tencentcloud/thpc/v20230321/errorcodes.py +9 -0
  33. tencentcloud/thpc/v20230321/models.py +2 -2
  34. tencentcloud/trocket/v20230308/models.py +190 -12
  35. tencentcloud/trocket/v20230308/trocket_client.py +0 -1
  36. tencentcloud/vpc/v20170312/models.py +136 -154
  37. tencentcloud/vpc/v20170312/vpc_client.py +4 -4
  38. tencentcloud/waf/v20180125/models.py +79 -0
  39. tencentcloud/waf/v20180125/waf_client.py +23 -0
  40. tencentcloud/wedata/v20210820/models.py +2018 -165
  41. tencentcloud/wedata/v20210820/wedata_client.py +144 -5
  42. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/METADATA +1 -1
  43. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/RECORD +46 -46
  44. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/LICENSE +0 -0
  45. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/WHEEL +0 -0
  46. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/top_level.txt +0 -0
@@ -26,19 +26,14 @@ class AttributeKeyDetail(AbstractModel):
26
26
  def __init__(self):
27
27
  r"""
28
28
  :param _LabelType: 输入框类型
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
29
  :type LabelType: str
31
30
  :param _Starter: 初始化展示
32
- 注意:此字段可能返回 null,表示取不到有效值。
33
31
  :type Starter: str
34
32
  :param _Order: 展示排序
35
- 注意:此字段可能返回 null,表示取不到有效值。
36
33
  :type Order: int
37
34
  :param _Value: AttributeKey值
38
- 注意:此字段可能返回 null,表示取不到有效值。
39
35
  :type Value: str
40
36
  :param _Label: 中文标签
41
- 注意:此字段可能返回 null,表示取不到有效值。
42
37
  :type Label: str
43
38
  """
44
39
  self._LabelType = None
@@ -50,7 +45,6 @@ class AttributeKeyDetail(AbstractModel):
50
45
  @property
51
46
  def LabelType(self):
52
47
  """输入框类型
53
- 注意:此字段可能返回 null,表示取不到有效值。
54
48
  :rtype: str
55
49
  """
56
50
  return self._LabelType
@@ -62,7 +56,6 @@ class AttributeKeyDetail(AbstractModel):
62
56
  @property
63
57
  def Starter(self):
64
58
  """初始化展示
65
- 注意:此字段可能返回 null,表示取不到有效值。
66
59
  :rtype: str
67
60
  """
68
61
  return self._Starter
@@ -74,7 +67,6 @@ class AttributeKeyDetail(AbstractModel):
74
67
  @property
75
68
  def Order(self):
76
69
  """展示排序
77
- 注意:此字段可能返回 null,表示取不到有效值。
78
70
  :rtype: int
79
71
  """
80
72
  return self._Order
@@ -86,7 +78,6 @@ class AttributeKeyDetail(AbstractModel):
86
78
  @property
87
79
  def Value(self):
88
80
  """AttributeKey值
89
- 注意:此字段可能返回 null,表示取不到有效值。
90
81
  :rtype: str
91
82
  """
92
83
  return self._Value
@@ -98,7 +89,6 @@ class AttributeKeyDetail(AbstractModel):
98
89
  @property
99
90
  def Label(self):
100
91
  """中文标签
101
- 注意:此字段可能返回 null,表示取不到有效值。
102
92
  :rtype: str
103
93
  """
104
94
  return self._Label
@@ -132,16 +122,12 @@ class AuditSummary(AbstractModel):
132
122
  def __init__(self):
133
123
  r"""
134
124
  :param _AuditStatus: 跟踪集状态,1:开启,0:关闭
135
- 注意:此字段可能返回 null,表示取不到有效值。
136
125
  :type AuditStatus: int
137
126
  :param _CosBucketName: COS存储桶名称
138
- 注意:此字段可能返回 null,表示取不到有效值。
139
127
  :type CosBucketName: str
140
128
  :param _AuditName: 跟踪集名称
141
- 注意:此字段可能返回 null,表示取不到有效值。
142
129
  :type AuditName: str
143
130
  :param _LogFilePrefix: 日志前缀
144
- 注意:此字段可能返回 null,表示取不到有效值。
145
131
  :type LogFilePrefix: str
146
132
  """
147
133
  self._AuditStatus = None
@@ -152,7 +138,6 @@ class AuditSummary(AbstractModel):
152
138
  @property
153
139
  def AuditStatus(self):
154
140
  """跟踪集状态,1:开启,0:关闭
155
- 注意:此字段可能返回 null,表示取不到有效值。
156
141
  :rtype: int
157
142
  """
158
143
  return self._AuditStatus
@@ -164,7 +149,6 @@ class AuditSummary(AbstractModel):
164
149
  @property
165
150
  def CosBucketName(self):
166
151
  """COS存储桶名称
167
- 注意:此字段可能返回 null,表示取不到有效值。
168
152
  :rtype: str
169
153
  """
170
154
  return self._CosBucketName
@@ -176,7 +160,6 @@ class AuditSummary(AbstractModel):
176
160
  @property
177
161
  def AuditName(self):
178
162
  """跟踪集名称
179
- 注意:此字段可能返回 null,表示取不到有效值。
180
163
  :rtype: str
181
164
  """
182
165
  return self._AuditName
@@ -188,7 +171,6 @@ class AuditSummary(AbstractModel):
188
171
  @property
189
172
  def LogFilePrefix(self):
190
173
  """日志前缀
191
- 注意:此字段可能返回 null,表示取不到有效值。
192
174
  :rtype: str
193
175
  """
194
176
  return self._LogFilePrefix
@@ -221,10 +203,8 @@ class CmqRegionInfo(AbstractModel):
221
203
  def __init__(self):
222
204
  r"""
223
205
  :param _CmqRegionName: 地域描述
224
- 注意:此字段可能返回 null,表示取不到有效值。
225
206
  :type CmqRegionName: str
226
207
  :param _CmqRegion: cmq地域
227
- 注意:此字段可能返回 null,表示取不到有效值。
228
208
  :type CmqRegion: str
229
209
  """
230
210
  self._CmqRegionName = None
@@ -233,7 +213,6 @@ class CmqRegionInfo(AbstractModel):
233
213
  @property
234
214
  def CmqRegionName(self):
235
215
  """地域描述
236
- 注意:此字段可能返回 null,表示取不到有效值。
237
216
  :rtype: str
238
217
  """
239
218
  return self._CmqRegionName
@@ -245,7 +224,6 @@ class CmqRegionInfo(AbstractModel):
245
224
  @property
246
225
  def CmqRegion(self):
247
226
  """cmq地域
248
- 注意:此字段可能返回 null,表示取不到有效值。
249
227
  :rtype: str
250
228
  """
251
229
  return self._CmqRegion
@@ -1018,10 +996,8 @@ class DescribeAuditTrackResponse(AbstractModel):
1018
996
  :param _CreateTime: 跟踪集创建时间
1019
997
  :type CreateTime: str
1020
998
  :param _TrackForAllMembers: 是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号
1021
- 注意:此字段可能返回 null,表示取不到有效值。
1022
999
  :type TrackForAllMembers: int
1023
1000
  :param _Filters: 数据投递过滤条件
1024
- 注意:此字段可能返回 null,表示取不到有效值。
1025
1001
  :type Filters: :class:`tencentcloud.cloudaudit.v20190319.models.Filter`
1026
1002
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1027
1003
  :type RequestId: str
@@ -1117,7 +1093,6 @@ class DescribeAuditTrackResponse(AbstractModel):
1117
1093
  @property
1118
1094
  def TrackForAllMembers(self):
1119
1095
  """是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号
1120
- 注意:此字段可能返回 null,表示取不到有效值。
1121
1096
  :rtype: int
1122
1097
  """
1123
1098
  return self._TrackForAllMembers
@@ -1129,7 +1104,6 @@ class DescribeAuditTrackResponse(AbstractModel):
1129
1104
  @property
1130
1105
  def Filters(self):
1131
1106
  """数据投递过滤条件
1132
- 注意:此字段可能返回 null,表示取不到有效值。
1133
1107
  :rtype: :class:`tencentcloud.cloudaudit.v20190319.models.Filter`
1134
1108
  """
1135
1109
  return self._Filters
@@ -1409,10 +1383,8 @@ class DescribeEventsResponse(AbstractModel):
1409
1383
  :param _NextToken: 查看更多日志的凭证
1410
1384
  :type NextToken: int
1411
1385
  :param _Events: 日志集合
1412
- 注意:此字段可能返回 null,表示取不到有效值。
1413
1386
  :type Events: list of Event
1414
1387
  :param _TotalCount: 此字段已经废弃。翻页请使用ListOver配合NextToken,在ListOver为false进行下一页数据读取。
1415
- 注意:此字段可能返回 null,表示取不到有效值。
1416
1388
  :type TotalCount: int
1417
1389
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1418
1390
  :type RequestId: str
@@ -1448,7 +1420,6 @@ class DescribeEventsResponse(AbstractModel):
1448
1420
  @property
1449
1421
  def Events(self):
1450
1422
  """日志集合
1451
- 注意:此字段可能返回 null,表示取不到有效值。
1452
1423
  :rtype: list of Event
1453
1424
  """
1454
1425
  return self._Events
@@ -1460,7 +1431,6 @@ class DescribeEventsResponse(AbstractModel):
1460
1431
  @property
1461
1432
  def TotalCount(self):
1462
1433
  """此字段已经废弃。翻页请使用ListOver配合NextToken,在ListOver为false进行下一页数据读取。
1463
- 注意:此字段可能返回 null,表示取不到有效值。
1464
1434
  :rtype: int
1465
1435
  """
1466
1436
  return self._TotalCount
@@ -1516,7 +1486,6 @@ class Event(AbstractModel):
1516
1486
  :param _EventName: 事件名称
1517
1487
  :type EventName: str
1518
1488
  :param _SecretId: 证书ID
1519
- 注意:此字段可能返回 null,表示取不到有效值。
1520
1489
  :type SecretId: str
1521
1490
  :param _EventSource: 请求来源
1522
1491
  :type EventSource: str
@@ -1527,7 +1496,6 @@ class Event(AbstractModel):
1527
1496
  :param _AccountID: 主账号ID
1528
1497
  :type AccountID: int
1529
1498
  :param _SourceIPAddress: 源IP
1530
- 注意:此字段可能返回 null,表示取不到有效值。
1531
1499
  :type SourceIPAddress: str
1532
1500
  :param _EventNameCn: 事件名称中文描述(此字段请按需使用,如果您是其他语言使用者,可以忽略该字段描述)
1533
1501
  :type EventNameCn: str
@@ -1636,7 +1604,6 @@ class Event(AbstractModel):
1636
1604
  @property
1637
1605
  def SecretId(self):
1638
1606
  """证书ID
1639
- 注意:此字段可能返回 null,表示取不到有效值。
1640
1607
  :rtype: str
1641
1608
  """
1642
1609
  return self._SecretId
@@ -1692,7 +1659,6 @@ class Event(AbstractModel):
1692
1659
  @property
1693
1660
  def SourceIPAddress(self):
1694
1661
  """源IP
1695
- 注意:此字段可能返回 null,表示取不到有效值。
1696
1662
  :rtype: str
1697
1663
  """
1698
1664
  return self._SourceIPAddress
@@ -1784,7 +1750,6 @@ class Filter(AbstractModel):
1784
1750
  def __init__(self):
1785
1751
  r"""
1786
1752
  :param _ResourceFields: 资源筛选条件
1787
- 注意:此字段可能返回 null,表示取不到有效值。
1788
1753
  :type ResourceFields: list of ResourceField
1789
1754
  """
1790
1755
  self._ResourceFields = None
@@ -1792,7 +1757,6 @@ class Filter(AbstractModel):
1792
1757
  @property
1793
1758
  def ResourceFields(self):
1794
1759
  """资源筛选条件
1795
- 注意:此字段可能返回 null,表示取不到有效值。
1796
1760
  :rtype: list of ResourceField
1797
1761
  """
1798
1762
  return self._ResourceFields
@@ -1960,10 +1924,8 @@ class KeyMetadata(AbstractModel):
1960
1924
  def __init__(self):
1961
1925
  r"""
1962
1926
  :param _Alias: 作为密钥更容易辨识,更容易被人看懂的别名
1963
- 注意:此字段可能返回 null,表示取不到有效值。
1964
1927
  :type Alias: str
1965
1928
  :param _KeyId: CMK的全局唯一标识
1966
- 注意:此字段可能返回 null,表示取不到有效值。
1967
1929
  :type KeyId: str
1968
1930
  """
1969
1931
  self._Alias = None
@@ -1972,7 +1934,6 @@ class KeyMetadata(AbstractModel):
1972
1934
  @property
1973
1935
  def Alias(self):
1974
1936
  """作为密钥更容易辨识,更容易被人看懂的别名
1975
- 注意:此字段可能返回 null,表示取不到有效值。
1976
1937
  :rtype: str
1977
1938
  """
1978
1939
  return self._Alias
@@ -1984,7 +1945,6 @@ class KeyMetadata(AbstractModel):
1984
1945
  @property
1985
1946
  def KeyId(self):
1986
1947
  """CMK的全局唯一标识
1987
- 注意:此字段可能返回 null,表示取不到有效值。
1988
1948
  :rtype: str
1989
1949
  """
1990
1950
  return self._KeyId
@@ -2021,7 +1981,6 @@ class ListAuditsResponse(AbstractModel):
2021
1981
  def __init__(self):
2022
1982
  r"""
2023
1983
  :param _AuditSummarys: 查询跟踪集概要集合
2024
- 注意:此字段可能返回 null,表示取不到有效值。
2025
1984
  :type AuditSummarys: list of AuditSummary
2026
1985
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2027
1986
  :type RequestId: str
@@ -2032,7 +1991,6 @@ class ListAuditsResponse(AbstractModel):
2032
1991
  @property
2033
1992
  def AuditSummarys(self):
2034
1993
  """查询跟踪集概要集合
2035
- 注意:此字段可能返回 null,表示取不到有效值。
2036
1994
  :rtype: list of AuditSummary
2037
1995
  """
2038
1996
  return self._AuditSummarys
@@ -2484,16 +2442,12 @@ class LookUpEventsResponse(AbstractModel):
2484
2442
  def __init__(self):
2485
2443
  r"""
2486
2444
  :param _NextToken: 查看更多日志的凭证
2487
- 注意:此字段可能返回 null,表示取不到有效值。
2488
2445
  :type NextToken: str
2489
2446
  :param _Events: 日志集合
2490
- 注意:此字段可能返回 null,表示取不到有效值。
2491
2447
  :type Events: list of Event
2492
2448
  :param _ListOver: 日志集合是否结束
2493
- 注意:此字段可能返回 null,表示取不到有效值。
2494
2449
  :type ListOver: bool
2495
2450
  :param _TotalCount: 数量
2496
- 注意:此字段可能返回 null,表示取不到有效值。
2497
2451
  :type TotalCount: int
2498
2452
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2499
2453
  :type RequestId: str
@@ -2507,7 +2461,6 @@ class LookUpEventsResponse(AbstractModel):
2507
2461
  @property
2508
2462
  def NextToken(self):
2509
2463
  """查看更多日志的凭证
2510
- 注意:此字段可能返回 null,表示取不到有效值。
2511
2464
  :rtype: str
2512
2465
  """
2513
2466
  return self._NextToken
@@ -2519,7 +2472,6 @@ class LookUpEventsResponse(AbstractModel):
2519
2472
  @property
2520
2473
  def Events(self):
2521
2474
  """日志集合
2522
- 注意:此字段可能返回 null,表示取不到有效值。
2523
2475
  :rtype: list of Event
2524
2476
  """
2525
2477
  return self._Events
@@ -2531,7 +2483,6 @@ class LookUpEventsResponse(AbstractModel):
2531
2483
  @property
2532
2484
  def ListOver(self):
2533
2485
  """日志集合是否结束
2534
- 注意:此字段可能返回 null,表示取不到有效值。
2535
2486
  :rtype: bool
2536
2487
  """
2537
2488
  return self._ListOver
@@ -2543,7 +2494,6 @@ class LookUpEventsResponse(AbstractModel):
2543
2494
  @property
2544
2495
  def TotalCount(self):
2545
2496
  """数量
2546
- 注意:此字段可能返回 null,表示取不到有效值。
2547
2497
  :rtype: int
2548
2498
  """
2549
2499
  return self._TotalCount
@@ -2950,10 +2900,8 @@ class Resource(AbstractModel):
2950
2900
  def __init__(self):
2951
2901
  r"""
2952
2902
  :param _ResourceType: 资源类型
2953
- 注意:此字段可能返回 null,表示取不到有效值。
2954
2903
  :type ResourceType: str
2955
2904
  :param _ResourceName: 资源名称
2956
- 注意:此字段可能返回 null,表示取不到有效值。
2957
2905
  :type ResourceName: str
2958
2906
  """
2959
2907
  self._ResourceType = None
@@ -2962,7 +2910,6 @@ class Resource(AbstractModel):
2962
2910
  @property
2963
2911
  def ResourceType(self):
2964
2912
  """资源类型
2965
- 注意:此字段可能返回 null,表示取不到有效值。
2966
2913
  :rtype: str
2967
2914
  """
2968
2915
  return self._ResourceType
@@ -2974,7 +2921,6 @@ class Resource(AbstractModel):
2974
2921
  @property
2975
2922
  def ResourceName(self):
2976
2923
  """资源名称
2977
- 注意:此字段可能返回 null,表示取不到有效值。
2978
2924
  :rtype: str
2979
2925
  """
2980
2926
  return self._ResourceName
@@ -3005,13 +2951,10 @@ class ResourceField(AbstractModel):
3005
2951
  def __init__(self):
3006
2952
  r"""
3007
2953
  :param _ResourceType: 跟踪事件所属产品(支持全部产品或单个产品,如:cam,全部:*)
3008
- 注意:此字段可能返回 null,表示取不到有效值。
3009
2954
  :type ResourceType: str
3010
2955
  :param _ActionType: 跟踪事件类型(读:Read;写:Write;全部:*)
3011
- 注意:此字段可能返回 null,表示取不到有效值。
3012
2956
  :type ActionType: str
3013
2957
  :param _EventNames: 跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:[""];指定ResourceType时,支持全部接口:[""];支持部分接口:["cos", "cls"],接口列表上限10个)
3014
- 注意:此字段可能返回 null,表示取不到有效值。
3015
2958
  :type EventNames: list of str
3016
2959
  """
3017
2960
  self._ResourceType = None
@@ -3021,7 +2964,6 @@ class ResourceField(AbstractModel):
3021
2964
  @property
3022
2965
  def ResourceType(self):
3023
2966
  """跟踪事件所属产品(支持全部产品或单个产品,如:cam,全部:*)
3024
- 注意:此字段可能返回 null,表示取不到有效值。
3025
2967
  :rtype: str
3026
2968
  """
3027
2969
  return self._ResourceType
@@ -3033,7 +2975,6 @@ class ResourceField(AbstractModel):
3033
2975
  @property
3034
2976
  def ActionType(self):
3035
2977
  """跟踪事件类型(读:Read;写:Write;全部:*)
3036
- 注意:此字段可能返回 null,表示取不到有效值。
3037
2978
  :rtype: str
3038
2979
  """
3039
2980
  return self._ActionType
@@ -3045,7 +2986,6 @@ class ResourceField(AbstractModel):
3045
2986
  @property
3046
2987
  def EventNames(self):
3047
2988
  """跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:[""];指定ResourceType时,支持全部接口:[""];支持部分接口:["cos", "cls"],接口列表上限10个)
3048
- 注意:此字段可能返回 null,表示取不到有效值。
3049
2989
  :rtype: list of str
3050
2990
  """
3051
2991
  return self._EventNames
@@ -3243,10 +3183,8 @@ class Storage(AbstractModel):
3243
3183
  :param _StoragePrefix: 存储目录前缀,cos日志文件前缀仅支持字母和数字的组合,3-40个字符
3244
3184
  :type StoragePrefix: str
3245
3185
  :param _StorageAccountId: 被指定存储用户ID
3246
- 注意:此字段可能返回 null,表示取不到有效值。
3247
3186
  :type StorageAccountId: str
3248
3187
  :param _StorageAppId: 被指定存储用户appid
3249
- 注意:此字段可能返回 null,表示取不到有效值。
3250
3188
  :type StorageAppId: str
3251
3189
  """
3252
3190
  self._StorageType = None
@@ -3303,7 +3241,6 @@ class Storage(AbstractModel):
3303
3241
  @property
3304
3242
  def StorageAccountId(self):
3305
3243
  """被指定存储用户ID
3306
- 注意:此字段可能返回 null,表示取不到有效值。
3307
3244
  :rtype: str
3308
3245
  """
3309
3246
  return self._StorageAccountId
@@ -3315,7 +3252,6 @@ class Storage(AbstractModel):
3315
3252
  @property
3316
3253
  def StorageAppId(self):
3317
3254
  """被指定存储用户appid
3318
- 注意:此字段可能返回 null,表示取不到有效值。
3319
3255
  :rtype: str
3320
3256
  """
3321
3257
  return self._StorageAppId