Class: TencentCloud::Cam::V20190116::AttachEntityOfPolicy
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::AttachEntityOfPolicy
- Defined in:
- lib/v20190116/models.rb
Overview
策略关联的实体信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, uin = nil, relatedtype = nil, attachmenttime = nil) ⇒ AttachEntityOfPolicy
constructor
A new instance of AttachEntityOfPolicy.
Constructor Details
#initialize(id = nil, name = nil, uin = nil, relatedtype = nil, attachmenttime = nil) ⇒ AttachEntityOfPolicy
Returns a new instance of AttachEntityOfPolicy.
224 225 226 227 228 229 230 |
# File 'lib/v20190116/models.rb', line 224 def initialize(id=nil, name=nil, uin=nil, =nil, =nil) @Id = id @Name = name @Uin = uin @RelatedType = @AttachmentTime = end |
Instance Attribute Details
#AttachmentTime ⇒ Object
222 223 224 |
# File 'lib/v20190116/models.rb', line 222 def AttachmentTime @AttachmentTime end |
#Id ⇒ Object
222 223 224 |
# File 'lib/v20190116/models.rb', line 222 def Id @Id end |
#Name ⇒ Object
222 223 224 |
# File 'lib/v20190116/models.rb', line 222 def Name @Name end |
#RelatedType ⇒ Object
222 223 224 |
# File 'lib/v20190116/models.rb', line 222 def RelatedType @RelatedType end |
#Uin ⇒ Object
222 223 224 |
# File 'lib/v20190116/models.rb', line 222 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
232 233 234 235 236 237 238 |
# File 'lib/v20190116/models.rb', line 232 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Uin = params['Uin'] @RelatedType = params['RelatedType'] @AttachmentTime = params['AttachmentTime'] end |