tencentcloud-sdk-python-ioa 3.0.1261__tar.gz → 3.0.1262__tar.gz

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 (16) hide show
  1. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/tencentcloud/ioa/v20220601/models.py +3 -21
  5. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/tencentcloud_sdk_python_ioa.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-ioa-3.0.1262/tencentcloud_sdk_python_ioa.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-ioa-3.0.1261/tencentcloud_sdk_python_ioa.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/README.rst +0 -0
  9. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/tencentcloud/ioa/__init__.py +0 -0
  11. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/tencentcloud/ioa/v20220601/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/tencentcloud/ioa/v20220601/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/tencentcloud/ioa/v20220601/ioa_client.py +0 -0
  14. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/tencentcloud_sdk_python_ioa.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/tencentcloud_sdk_python_ioa.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ioa-3.0.1261 → tencentcloud-sdk-python-ioa-3.0.1262}/tencentcloud_sdk_python_ioa.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-ioa
3
- Version: 3.0.1261
3
+ Version: 3.0.1262
4
4
  Summary: Tencent Cloud Ioa SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-ioa',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1261"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1262"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ioa SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1261'
17
+ __version__ = '3.0.1262'
@@ -26,10 +26,8 @@ class ComplexRule(AbstractModel):
26
26
  def __init__(self):
27
27
  r"""
28
28
  :param _SimpleRules: 简单规则表达式
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
29
  :type SimpleRules: list of SimpleRule
31
30
  :param _Relation: 表达式间逻辑关系
32
- 注意:此字段可能返回 null,表示取不到有效值。
33
31
  :type Relation: str
34
32
  """
35
33
  self._SimpleRules = None
@@ -71,31 +69,21 @@ class ComplexRule(AbstractModel):
71
69
 
72
70
 
73
71
  class Condition(AbstractModel):
74
- """- [ ] 过滤条件<br>
75
-
76
- <li>Name - String - 是否必填:否 - 操作符: ilike - 排序支持:否- 根据分组名称进行查询。</li>
77
- 分页参数<br>
78
- <li>PageNum 从1开始,小于等于0时使用默认参数。</li>
79
- <li>PageSize 最大值5000,最好不超过100。</li>
72
+ """这是一个多接口的公共数据结构,用于接口根据条件进行过滤和分页。具体支持哪些过滤条件,参考具体使用该结构的接口字段描述
80
73
 
81
74
  """
82
75
 
83
76
  def __init__(self):
84
77
  r"""
85
78
  :param _Filters: Filters 条件过滤
86
- 注意:此字段可能返回 null,表示取不到有效值。
87
79
  :type Filters: list of Filter
88
80
  :param _FilterGroups: FilterGroups 条件过滤组
89
- 注意:此字段可能返回 null,表示取不到有效值。
90
81
  :type FilterGroups: list of FilterGroup
91
82
  :param _Sort: Sort 排序字段
92
- 注意:此字段可能返回 null,表示取不到有效值。
93
83
  :type Sort: :class:`tencentcloud.ioa.v20220601.models.Sort`
94
84
  :param _PageSize: PageSize 每页获取数(只支持32位)
95
- 注意:此字段可能返回 null,表示取不到有效值。
96
85
  :type PageSize: int
97
86
  :param _PageNum: PageNum 获取第几页(只支持32位)
98
- 注意:此字段可能返回 null,表示取不到有效值。
99
87
  :type PageNum: int
100
88
  """
101
89
  self._Filters = None
@@ -1441,7 +1429,7 @@ class DescribeLocalAccountsRequest(AbstractModel):
1441
1429
  :type Condition: :class:`tencentcloud.ioa.v20220601.models.Condition`
1442
1430
  :param _AccountGroupId: 获取账号的分组ID,不传默认获取全网根账号组
1443
1431
  :type AccountGroupId: int
1444
- :param _ShowFlag: 是否仅展示当前目录下用户 1: 递归显示 2:仅显示当前目录下用户(只支持32位)
1432
+ :param _ShowFlag: 是否仅展示当前目录下用户 1: 递归显示 2:仅显示当前目录下用户
1445
1433
  :type ShowFlag: int
1446
1434
  """
1447
1435
  self._Condition = None
@@ -2118,13 +2106,10 @@ class Filter(AbstractModel):
2118
2106
  def __init__(self):
2119
2107
  r"""
2120
2108
  :param _Field: 过滤字段
2121
- 注意:此字段可能返回 null,表示取不到有效值。
2122
2109
  :type Field: str
2123
- :param _Operator: 过滤方式 eq:等于,net:不等于,like,nlike,gt:大于,lt:小于,egt:大于等于,elt:小于等于
2124
- 注意:此字段可能返回 null,表示取不到有效值。
2110
+ :param _Operator: 过滤方式: eq:等于,net:不等于,like,nlike,gt:大于,lt:小于,egt:大于等于,elt:小于等于。具体支持哪些过滤方式,结合具体接口字段描述来定
2125
2111
  :type Operator: str
2126
2112
  :param _Values: 过滤条件
2127
- 注意:此字段可能返回 null,表示取不到有效值。
2128
2113
  :type Values: list of str
2129
2114
  """
2130
2115
  self._Field = None
@@ -2178,7 +2163,6 @@ class FilterGroup(AbstractModel):
2178
2163
  def __init__(self):
2179
2164
  r"""
2180
2165
  :param _Filters: Filters 条件过滤
2181
- 注意:此字段可能返回 null,表示取不到有效值。
2182
2166
  :type Filters: list of Filter
2183
2167
  """
2184
2168
  self._Filters = None
@@ -2688,10 +2672,8 @@ class Sort(AbstractModel):
2688
2672
  def __init__(self):
2689
2673
  r"""
2690
2674
  :param _Field: 排序字段
2691
- 注意:此字段可能返回 null,表示取不到有效值。
2692
2675
  :type Field: str
2693
2676
  :param _Order: 排序方式
2694
- 注意:此字段可能返回 null,表示取不到有效值。
2695
2677
  :type Order: str
2696
2678
  """
2697
2679
  self._Field = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-ioa
3
- Version: 3.0.1261
3
+ Version: 3.0.1262
4
4
  Summary: Tencent Cloud Ioa SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1262
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1261