Class: TencentCloud::Ape::V20200513::ImageMarshal
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ape::V20200513::ImageMarshal
- Defined in:
- lib/v20200513/models.rb
Overview
图片售卖组合信息
Instance Attribute Summary collapse
- #DimensionsName ⇒ Object
- #DimensionsNameId ⇒ Object
- #Format ⇒ Object
- #Height ⇒ Object
- #IsVip ⇒ Object
- #LicenseScope ⇒ Object
- #LicenseScopeId ⇒ Object
- #MarshalId ⇒ Object
- #Price ⇒ Object
- #Size ⇒ Object
- #Width ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(marshalid = nil, height = nil, width = nil, size = nil, format = nil, price = nil, licensescope = nil, isvip = nil, licensescopeid = nil, dimensionsname = nil, dimensionsnameid = nil) ⇒ ImageMarshal
constructor
A new instance of ImageMarshal.
Constructor Details
#initialize(marshalid = nil, height = nil, width = nil, size = nil, format = nil, price = nil, licensescope = nil, isvip = nil, licensescopeid = nil, dimensionsname = nil, dimensionsnameid = nil) ⇒ ImageMarshal
Returns a new instance of ImageMarshal.
683 684 685 686 687 688 689 690 691 692 693 694 695 |
# File 'lib/v20200513/models.rb', line 683 def initialize(marshalid=nil, height=nil, width=nil, size=nil, format=nil, price=nil, licensescope=nil, isvip=nil, licensescopeid=nil, dimensionsname=nil, dimensionsnameid=nil) @MarshalId = marshalid @Height = height @Width = width @Size = size @Format = format @Price = price @LicenseScope = licensescope @IsVip = isvip @LicenseScopeId = licensescopeid @DimensionsName = dimensionsname @DimensionsNameId = dimensionsnameid end |
Instance Attribute Details
#DimensionsName ⇒ Object
681 682 683 |
# File 'lib/v20200513/models.rb', line 681 def DimensionsName @DimensionsName end |
#DimensionsNameId ⇒ Object
681 682 683 |
# File 'lib/v20200513/models.rb', line 681 def DimensionsNameId @DimensionsNameId end |
#Format ⇒ Object
681 682 683 |
# File 'lib/v20200513/models.rb', line 681 def Format @Format end |
#Height ⇒ Object
681 682 683 |
# File 'lib/v20200513/models.rb', line 681 def Height @Height end |
#IsVip ⇒ Object
681 682 683 |
# File 'lib/v20200513/models.rb', line 681 def IsVip @IsVip end |
#LicenseScope ⇒ Object
681 682 683 |
# File 'lib/v20200513/models.rb', line 681 def LicenseScope @LicenseScope end |
#LicenseScopeId ⇒ Object
681 682 683 |
# File 'lib/v20200513/models.rb', line 681 def LicenseScopeId @LicenseScopeId end |
#MarshalId ⇒ Object
681 682 683 |
# File 'lib/v20200513/models.rb', line 681 def MarshalId @MarshalId end |
#Price ⇒ Object
681 682 683 |
# File 'lib/v20200513/models.rb', line 681 def Price @Price end |
#Size ⇒ Object
681 682 683 |
# File 'lib/v20200513/models.rb', line 681 def Size @Size end |
#Width ⇒ Object
681 682 683 |
# File 'lib/v20200513/models.rb', line 681 def Width @Width end |
Instance Method Details
#deserialize(params) ⇒ Object
697 698 699 700 701 702 703 704 705 706 707 708 709 |
# File 'lib/v20200513/models.rb', line 697 def deserialize(params) @MarshalId = params['MarshalId'] @Height = params['Height'] @Width = params['Width'] @Size = params['Size'] @Format = params['Format'] @Price = params['Price'] @LicenseScope = params['LicenseScope'] @IsVip = params['IsVip'] @LicenseScopeId = params['LicenseScopeId'] @DimensionsName = params['DimensionsName'] @DimensionsNameId = params['DimensionsNameId'] end |