Class: TencentCloud::Cbs::V20170312::CopyAutoSnapshotPolicyCrossAccountResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cbs::V20170312::CopyAutoSnapshotPolicyCrossAccountResponse
- Defined in:
- lib/v20170312/models.rb
Overview
CopyAutoSnapshotPolicyCrossAccount返回参数结构体
Instance Attribute Summary collapse
-
#AutoSnapshotPolicyIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TargetAccountUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(autosnapshotpolicyids = nil, targetaccountuin = nil, requestid = nil) ⇒ CopyAutoSnapshotPolicyCrossAccountResponse
constructor
A new instance of CopyAutoSnapshotPolicyCrossAccountResponse.
Constructor Details
#initialize(autosnapshotpolicyids = nil, targetaccountuin = nil, requestid = nil) ⇒ CopyAutoSnapshotPolicyCrossAccountResponse
Returns a new instance of CopyAutoSnapshotPolicyCrossAccountResponse.
553 554 555 556 557 |
# File 'lib/v20170312/models.rb', line 553 def initialize(autosnapshotpolicyids=nil, targetaccountuin=nil, requestid=nil) @AutoSnapshotPolicyIds = autosnapshotpolicyids @TargetAccountUin = targetaccountuin @RequestId = requestid end |
Instance Attribute Details
#AutoSnapshotPolicyIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
551 552 553 |
# File 'lib/v20170312/models.rb', line 551 def AutoSnapshotPolicyIds @AutoSnapshotPolicyIds end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
551 552 553 |
# File 'lib/v20170312/models.rb', line 551 def RequestId @RequestId end |
#TargetAccountUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
551 552 553 |
# File 'lib/v20170312/models.rb', line 551 def TargetAccountUin @TargetAccountUin end |
Instance Method Details
#deserialize(params) ⇒ Object
559 560 561 562 563 |
# File 'lib/v20170312/models.rb', line 559 def deserialize(params) @AutoSnapshotPolicyIds = params['AutoSnapshotPolicyIds'] @TargetAccountUin = params['TargetAccountUin'] @RequestId = params['RequestId'] end |