Class: TencentCloud::Ame::V20190916::ImagePath

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

Overview

图片路径

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, value = nil) ⇒ ImagePath

Returns a new instance of ImagePath.



1575
1576
1577
1578
# File 'lib/v20190916/models.rb', line 1575

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

Instance Attribute Details

#KeyObject

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

Parameters:

  • Key:

    station图片大小及类别

  • Value:

    station图片地址



1573
1574
1575
# File 'lib/v20190916/models.rb', line 1573

def Key
  @Key
end

#ValueObject

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

Parameters:

  • Key:

    station图片大小及类别

  • Value:

    station图片地址



1573
1574
1575
# File 'lib/v20190916/models.rb', line 1573

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



1580
1581
1582
1583
# File 'lib/v20190916/models.rb', line 1580

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