Class: TencentCloud::Cloudaudit::V20190319::ResourceField
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudaudit::V20190319::ResourceField
- Defined in:
- lib/v20190319/models.rb
Overview
资源筛选条件
Instance Attribute Summary collapse
-
#ActionType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#EventNames ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ResourceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourcetype = nil, actiontype = nil, eventnames = nil) ⇒ ResourceField
constructor
A new instance of ResourceField.
Constructor Details
#initialize(resourcetype = nil, actiontype = nil, eventnames = nil) ⇒ ResourceField
Returns a new instance of ResourceField.
1218 1219 1220 1221 1222 |
# File 'lib/v20190319/models.rb', line 1218 def initialize(resourcetype=nil, actiontype=nil, eventnames=nil) @ResourceType = resourcetype @ActionType = actiontype @EventNames = eventnames end |
Instance Attribute Details
#ActionType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1216 1217 1218 |
# File 'lib/v20190319/models.rb', line 1216 def ActionType @ActionType end |
#EventNames ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1216 1217 1218 |
# File 'lib/v20190319/models.rb', line 1216 def EventNames @EventNames end |
#ResourceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1216 1217 1218 |
# File 'lib/v20190319/models.rb', line 1216 def ResourceType @ResourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
1224 1225 1226 1227 1228 |
# File 'lib/v20190319/models.rb', line 1224 def deserialize(params) @ResourceType = params['ResourceType'] @ActionType = params['ActionType'] @EventNames = params['EventNames'] end |