Class: TencentCloud::Organization::V20210331::ListPoliciesForTarget
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::ListPoliciesForTarget
- Defined in:
- lib/v20210331/models.rb
Overview
查询目标关联的SCP策略列表
Instance Attribute Summary collapse
- #AddTime ⇒ Object
- #AttachTime ⇒ Object
- #Name ⇒ Object
- #Remark ⇒ Object
- #StrategyId ⇒ Object
- #StrategyName ⇒ Object
- #Type ⇒ Object
- #Uin ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(strategyid = nil, strategyname = nil, remark = nil, uin = nil, type = nil, addtime = nil, updatetime = nil, name = nil, attachtime = nil) ⇒ ListPoliciesForTarget
constructor
A new instance of ListPoliciesForTarget.
Constructor Details
#initialize(strategyid = nil, strategyname = nil, remark = nil, uin = nil, type = nil, addtime = nil, updatetime = nil, name = nil, attachtime = nil) ⇒ ListPoliciesForTarget
Returns a new instance of ListPoliciesForTarget.
4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 |
# File 'lib/v20210331/models.rb', line 4816 def initialize(strategyid=nil, strategyname=nil, remark=nil, uin=nil, type=nil, addtime=nil, updatetime=nil, name=nil, attachtime=nil) @StrategyId = strategyid @StrategyName = strategyname @Remark = remark @Uin = uin @Type = type @AddTime = addtime @UpdateTime = updatetime @Name = name @AttachTime = attachtime end |
Instance Attribute Details
#AddTime ⇒ Object
4814 4815 4816 |
# File 'lib/v20210331/models.rb', line 4814 def AddTime @AddTime end |
#AttachTime ⇒ Object
4814 4815 4816 |
# File 'lib/v20210331/models.rb', line 4814 def AttachTime @AttachTime end |
#Name ⇒ Object
4814 4815 4816 |
# File 'lib/v20210331/models.rb', line 4814 def Name @Name end |
#Remark ⇒ Object
4814 4815 4816 |
# File 'lib/v20210331/models.rb', line 4814 def Remark @Remark end |
#StrategyId ⇒ Object
4814 4815 4816 |
# File 'lib/v20210331/models.rb', line 4814 def StrategyId @StrategyId end |
#StrategyName ⇒ Object
4814 4815 4816 |
# File 'lib/v20210331/models.rb', line 4814 def StrategyName @StrategyName end |
#Type ⇒ Object
4814 4815 4816 |
# File 'lib/v20210331/models.rb', line 4814 def Type @Type end |
#Uin ⇒ Object
4814 4815 4816 |
# File 'lib/v20210331/models.rb', line 4814 def Uin @Uin end |
#UpdateTime ⇒ Object
4814 4815 4816 |
# File 'lib/v20210331/models.rb', line 4814 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 |
# File 'lib/v20210331/models.rb', line 4828 def deserialize(params) @StrategyId = params['StrategyId'] @StrategyName = params['StrategyName'] @Remark = params['Remark'] @Uin = params['Uin'] @Type = params['Type'] @AddTime = params['AddTime'] @UpdateTime = params['UpdateTime'] @Name = params['Name'] @AttachTime = params['AttachTime'] end |