Class: TencentCloud::Wedata::V20210820::WorkspaceExt
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::WorkspaceExt
- Defined in:
- lib/v20210820/models.rb
Overview
项目扩展信息
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, key = nil, value = nil) ⇒ WorkspaceExt
constructor
A new instance of WorkspaceExt.
Constructor Details
#initialize(projectid = nil, key = nil, value = nil) ⇒ WorkspaceExt
Returns a new instance of WorkspaceExt.
43194 43195 43196 43197 43198 |
# File 'lib/v20210820/models.rb', line 43194 def initialize(projectid=nil, key=nil, value=nil) @ProjectId = projectid @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
43192 43193 43194 |
# File 'lib/v20210820/models.rb', line 43192 def Key @Key end |
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
43192 43193 43194 |
# File 'lib/v20210820/models.rb', line 43192 def ProjectId @ProjectId end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
43192 43193 43194 |
# File 'lib/v20210820/models.rb', line 43192 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
43200 43201 43202 43203 43204 |
# File 'lib/v20210820/models.rb', line 43200 def deserialize(params) @ProjectId = params['ProjectId'] @Key = params['Key'] @Value = params['Value'] end |