Class: TencentCloud::Cbs::V20170312::SharePermission
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cbs::V20170312::SharePermission
- Defined in:
- lib/v20170312/models.rb
Overview
快照分享信息集合
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(createdtime = nil, accountid = nil) ⇒ SharePermission
constructor
A new instance of SharePermission.
Constructor Details
#initialize(createdtime = nil, accountid = nil) ⇒ SharePermission
Returns a new instance of SharePermission.
3238 3239 3240 3241 |
# File 'lib/v20170312/models.rb', line 3238 def initialize(createdtime=nil, accountid=nil) @CreatedTime = createdtime @AccountId = accountid end |
Instance Attribute Details
#AccountId ⇒ Object
3236 3237 3238 |
# File 'lib/v20170312/models.rb', line 3236 def AccountId @AccountId end |
#CreatedTime ⇒ Object
3236 3237 3238 |
# File 'lib/v20170312/models.rb', line 3236 def CreatedTime @CreatedTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3243 3244 3245 3246 |
# File 'lib/v20170312/models.rb', line 3243 def deserialize(params) @CreatedTime = params['CreatedTime'] @AccountId = params['AccountId'] end |