Class: TencentCloud::Iecp::V20210914::ApplicationDeployMode
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::ApplicationDeployMode
- Defined in:
- lib/v20210914/models.rb
Overview
应用部署模式
Instance Attribute Summary collapse
-
#ResourceID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ResourceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, resourceid = nil, resourcename = nil) ⇒ ApplicationDeployMode
constructor
A new instance of ApplicationDeployMode.
Constructor Details
#initialize(type = nil, resourceid = nil, resourcename = nil) ⇒ ApplicationDeployMode
Returns a new instance of ApplicationDeployMode.
128 129 130 131 132 |
# File 'lib/v20210914/models.rb', line 128 def initialize(type=nil, resourceid=nil, resourcename=nil) @Type = type @ResourceID = resourceid @ResourceName = resourcename end |
Instance Attribute Details
#ResourceID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
126 127 128 |
# File 'lib/v20210914/models.rb', line 126 def ResourceID @ResourceID end |
#ResourceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
126 127 128 |
# File 'lib/v20210914/models.rb', line 126 def ResourceName @ResourceName end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
126 127 128 |
# File 'lib/v20210914/models.rb', line 126 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
134 135 136 137 138 |
# File 'lib/v20210914/models.rb', line 134 def deserialize(params) @Type = params['Type'] @ResourceID = params['ResourceID'] @ResourceName = params['ResourceName'] end |