tencentcloud-sdk-ioa 3.0.937 → 3.0.939

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1553754be07691661a1f093a6b9cd700fd5b2494
4
- data.tar.gz: 93f539c82b51d5675c977a6b083cf9adbf6408fe
3
+ metadata.gz: da07e2877d5087e4b4ed117a30c6e347ad0949b0
4
+ data.tar.gz: 766839a669d232d98762e5b96aa4003eec0f6f2e
5
5
  SHA512:
6
- metadata.gz: 7d16ace2b7b6fb2bb33168582666211b47266cf4eb32e644a92621db08db800acecc6e7eb4956808cc885a9b3bd9debf6edaaf3a22860bea34c4b5bff897edc0
7
- data.tar.gz: 9388c4585d0560057693cfc5365093191efbd471091acc4d3b705cb17fd56fd4b314a9ca4f6d6a270a3caf1a34d3ca94c50ecea45512873d55f16cf806185eb1
6
+ metadata.gz: 2dccf2d65035d7d9f72824374a8190754b666728bdb5463afd91642353fcd80e799b1a9c9a305bbac3355f38d973fbc549ce591b63ba67b89a5ee4ebb5f6ecbe
7
+ data.tar.gz: a16f7c48b6a42f5001a91cc00e89730c9eb9bad8c5d5d252e5ee9736f377afca617fae66c80bb561f9b8cf5a141a73bab027eb8fbe28cfd8065b3c1e4cbf561b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.937
1
+ 3.0.939
@@ -126,7 +126,6 @@ module TencentCloud
126
126
  end
127
127
 
128
128
  # 查询账号根分组详情。对应“用户与授权管理”里内置不可见的全网根账号组,所有新建的目录,都挂在该全网根账号组下。
129
- # 私有化调用path为:capi/Assets/DescribeRootAccountGroup
130
129
 
131
130
  # @param request: Request instance for DescribeRootAccountGroup.
132
131
  # @type request: :class:`Tencentcloud::ioa::V20220601::DescribeRootAccountGroupRequest`
@@ -20,10 +20,8 @@ module TencentCloud
20
20
  # 自动划分规则数据
21
21
  class ComplexRule < TencentCloud::Common::AbstractModel
22
22
  # @param SimpleRules: 简单规则表达式
23
- # 注意:此字段可能返回 null,表示取不到有效值。
24
23
  # @type SimpleRules: Array
25
24
  # @param Relation: 表达式间逻辑关系
26
- # 注意:此字段可能返回 null,表示取不到有效值。
27
25
  # @type Relation: String
28
26
 
29
27
  attr_accessor :SimpleRules, :Relation
@@ -46,27 +44,17 @@ module TencentCloud
46
44
  end
47
45
  end
48
46
 
49
- # - [ ] 过滤条件<br>
50
-
51
- # <li>Name - String - 是否必填:否 - 操作符: ilike - 排序支持:否- 根据分组名称进行查询。</li>
52
- # 分页参数<br>
53
- # <li>PageNum 从1开始,小于等于0时使用默认参数。</li>
54
- # <li>PageSize 最大值5000,最好不超过100。</li>
47
+ # 这是一个多接口的公共数据结构,用于接口根据条件进行过滤和分页。具体支持哪些过滤条件,参考具体使用该结构的接口字段描述
55
48
  class Condition < TencentCloud::Common::AbstractModel
56
49
  # @param Filters: Filters 条件过滤
57
- # 注意:此字段可能返回 null,表示取不到有效值。
58
50
  # @type Filters: Array
59
51
  # @param FilterGroups: FilterGroups 条件过滤组
60
- # 注意:此字段可能返回 null,表示取不到有效值。
61
52
  # @type FilterGroups: Array
62
53
  # @param Sort: Sort 排序字段
63
- # 注意:此字段可能返回 null,表示取不到有效值。
64
54
  # @type Sort: :class:`Tencentcloud::Ioa.v20220601.models.Sort`
65
55
  # @param PageSize: PageSize 每页获取数(只支持32位)
66
- # 注意:此字段可能返回 null,表示取不到有效值。
67
56
  # @type PageSize: Integer
68
57
  # @param PageNum: PageNum 获取第几页(只支持32位)
69
- # 注意:此字段可能返回 null,表示取不到有效值。
70
58
  # @type PageNum: Integer
71
59
 
72
60
  attr_accessor :Filters, :FilterGroups, :Sort, :PageSize, :PageNum
@@ -710,7 +698,7 @@ module TencentCloud
710
698
  # @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
711
699
  # @param AccountGroupId: 获取账号的分组ID,不传默认获取全网根账号组
712
700
  # @type AccountGroupId: Integer
713
- # @param ShowFlag: 是否仅展示当前目录下用户 1: 递归显示 2:仅显示当前目录下用户(只支持32位)
701
+ # @param ShowFlag: 是否仅展示当前目录下用户 1: 递归显示 2:仅显示当前目录下用户
714
702
  # @type ShowFlag: Integer
715
703
 
716
704
  attr_accessor :Condition, :AccountGroupId, :ShowFlag
@@ -975,13 +963,10 @@ module TencentCloud
975
963
  # Filters 条件过滤
976
964
  class Filter < TencentCloud::Common::AbstractModel
977
965
  # @param Field: 过滤字段
978
- # 注意:此字段可能返回 null,表示取不到有效值。
979
966
  # @type Field: String
980
- # @param Operator: 过滤方式 eq:等于,net:不等于,like,nlike,gt:大于,lt:小于,egt:大于等于,elt:小于等于
981
- # 注意:此字段可能返回 null,表示取不到有效值。
967
+ # @param Operator: 过滤方式: eq:等于,net:不等于,like,nlike,gt:大于,lt:小于,egt:大于等于,elt:小于等于。具体支持哪些过滤方式,结合具体接口字段描述来定
982
968
  # @type Operator: String
983
969
  # @param Values: 过滤条件
984
- # 注意:此字段可能返回 null,表示取不到有效值。
985
970
  # @type Values: Array
986
971
 
987
972
  attr_accessor :Field, :Operator, :Values
@@ -1002,7 +987,6 @@ module TencentCloud
1002
987
  # FilterGroups 条件过滤组
1003
988
  class FilterGroup < TencentCloud::Common::AbstractModel
1004
989
  # @param Filters: Filters 条件过滤
1005
- # 注意:此字段可能返回 null,表示取不到有效值。
1006
990
  # @type Filters: Array
1007
991
 
1008
992
  attr_accessor :Filters
@@ -1134,10 +1118,8 @@ module TencentCloud
1134
1118
  # 规则表达式
1135
1119
  class RuleExpression < TencentCloud::Common::AbstractModel
1136
1120
  # @param Items: 规则元数据
1137
- # 注意:此字段可能返回 null,表示取不到有效值。
1138
1121
  # @type Items: Array
1139
1122
  # @param Relation: 关系
1140
- # 注意:此字段可能返回 null,表示取不到有效值。
1141
1123
  # @type Relation: String
1142
1124
 
1143
1125
  attr_accessor :Items, :Relation
@@ -1163,16 +1145,12 @@ module TencentCloud
1163
1145
  # 规则元数据
1164
1146
  class RuleItem < TencentCloud::Common::AbstractModel
1165
1147
  # @param Key: 字段名称
1166
- # 注意:此字段可能返回 null,表示取不到有效值。
1167
1148
  # @type Key: String
1168
1149
  # @param Operate: 操作关系(等于、不等于、包含、不包含)
1169
- # 注意:此字段可能返回 null,表示取不到有效值。
1170
1150
  # @type Operate: String
1171
1151
  # @param Value: 内容
1172
- # 注意:此字段可能返回 null,表示取不到有效值。
1173
1152
  # @type Value: String
1174
1153
  # @param Values: 内容,v2多值版本使用
1175
- # 注意:此字段可能返回 null,表示取不到有效值。
1176
1154
  # @type Values: Array
1177
1155
 
1178
1156
  attr_accessor :Key, :Operate, :Value, :Values
@@ -1195,10 +1173,8 @@ module TencentCloud
1195
1173
  # 简单规则表达式
1196
1174
  class SimpleRule < TencentCloud::Common::AbstractModel
1197
1175
  # @param Expressions: 规则表达式
1198
- # 注意:此字段可能返回 null,表示取不到有效值。
1199
1176
  # @type Expressions: Array
1200
1177
  # @param Relation: 表达式间逻辑关系
1201
- # 注意:此字段可能返回 null,表示取不到有效值。
1202
1178
  # @type Relation: String
1203
1179
 
1204
1180
  attr_accessor :Expressions, :Relation
@@ -1224,10 +1200,8 @@ module TencentCloud
1224
1200
  # Sort 排序字段
1225
1201
  class Sort < TencentCloud::Common::AbstractModel
1226
1202
  # @param Field: 排序字段
1227
- # 注意:此字段可能返回 null,表示取不到有效值。
1228
1203
  # @type Field: String
1229
1204
  # @param Order: 排序方式
1230
- # 注意:此字段可能返回 null,表示取不到有效值。
1231
1205
  # @type Order: String
1232
1206
 
1233
1207
  attr_accessor :Field, :Order
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ioa
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.937
4
+ version: 3.0.939
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-05 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common