Class: TencentCloud::Wedata::V20210820::WorkspaceExt

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

项目扩展信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, key = nil, value = nil) ⇒ WorkspaceExt

Returns a new instance of WorkspaceExt.



41185
41186
41187
41188
41189
# File 'lib/v20210820/models.rb', line 41185

def initialize(projectid=nil, key=nil, value=nil)
  @ProjectId = projectid
  @Key = key
  @Value = value
end

Instance Attribute Details

#KeyObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ProjectId:

    2670965482618679296

  • Key:

    metrics

  • Value:

    json



41183
41184
41185
# File 'lib/v20210820/models.rb', line 41183

def Key
  @Key
end

#ProjectIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ProjectId:

    2670965482618679296

  • Key:

    metrics

  • Value:

    json



41183
41184
41185
# File 'lib/v20210820/models.rb', line 41183

def ProjectId
  @ProjectId
end

#ValueObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ProjectId:

    2670965482618679296

  • Key:

    metrics

  • Value:

    json



41183
41184
41185
# File 'lib/v20210820/models.rb', line 41183

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



41191
41192
41193
41194
41195
# File 'lib/v20210820/models.rb', line 41191

def deserialize(params)
  @ProjectId = params['ProjectId']
  @Key = params['Key']
  @Value = params['Value']
end