Class: TencentCloud::Organization::V20210331::ListPolicyNode
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::ListPolicyNode
- Defined in:
- lib/v20210331/models.rb
Overview
企业组织策略列表
Instance Attribute Summary collapse
- #AddTime ⇒ Object
- #AttachedTimes ⇒ Object
- #Description ⇒ Object
- #PolicyId ⇒ Object
- #PolicyName ⇒ Object
- #Type ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(addtime = nil, attachedtimes = nil, description = nil, policyname = nil, policyid = nil, updatetime = nil, type = nil) ⇒ ListPolicyNode
constructor
A new instance of ListPolicyNode.
Constructor Details
#initialize(addtime = nil, attachedtimes = nil, description = nil, policyname = nil, policyid = nil, updatetime = nil, type = nil) ⇒ ListPolicyNode
Returns a new instance of ListPolicyNode.
4986 4987 4988 4989 4990 4991 4992 4993 4994 |
# File 'lib/v20210331/models.rb', line 4986 def initialize(addtime=nil, attachedtimes=nil, description=nil, policyname=nil, policyid=nil, updatetime=nil, type=nil) @AddTime = addtime @AttachedTimes = attachedtimes @Description = description @PolicyName = policyname @PolicyId = policyid @UpdateTime = updatetime @Type = type end |
Instance Attribute Details
#AddTime ⇒ Object
4984 4985 4986 |
# File 'lib/v20210331/models.rb', line 4984 def AddTime @AddTime end |
#AttachedTimes ⇒ Object
4984 4985 4986 |
# File 'lib/v20210331/models.rb', line 4984 def AttachedTimes @AttachedTimes end |
#Description ⇒ Object
4984 4985 4986 |
# File 'lib/v20210331/models.rb', line 4984 def Description @Description end |
#PolicyId ⇒ Object
4984 4985 4986 |
# File 'lib/v20210331/models.rb', line 4984 def PolicyId @PolicyId end |
#PolicyName ⇒ Object
4984 4985 4986 |
# File 'lib/v20210331/models.rb', line 4984 def PolicyName @PolicyName end |
#Type ⇒ Object
4984 4985 4986 |
# File 'lib/v20210331/models.rb', line 4984 def Type @Type end |
#UpdateTime ⇒ Object
4984 4985 4986 |
# File 'lib/v20210331/models.rb', line 4984 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
4996 4997 4998 4999 5000 5001 5002 5003 5004 |
# File 'lib/v20210331/models.rb', line 4996 def deserialize(params) @AddTime = params['AddTime'] @AttachedTimes = params['AttachedTimes'] @Description = params['Description'] @PolicyName = params['PolicyName'] @PolicyId = params['PolicyId'] @UpdateTime = params['UpdateTime'] @Type = params['Type'] end |