Class: TencentCloud::Cvm::V20170312::SharePermission
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::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.
8328 8329 8330 8331 |
# File 'lib/v20170312/models.rb', line 8328 def initialize(createdtime=nil, accountid=nil) @CreatedTime = createdtime @AccountId = accountid end |
Instance Attribute Details
#AccountId ⇒ Object
8326 8327 8328 |
# File 'lib/v20170312/models.rb', line 8326 def AccountId @AccountId end |
#CreatedTime ⇒ Object
8326 8327 8328 |
# File 'lib/v20170312/models.rb', line 8326 def CreatedTime @CreatedTime end |
Instance Method Details
#deserialize(params) ⇒ Object
8333 8334 8335 8336 |
# File 'lib/v20170312/models.rb', line 8333 def deserialize(params) @CreatedTime = params['CreatedTime'] @AccountId = params['AccountId'] end |