Class: TencentCloud::Cpdp::V20190820::OldAttachmentInfo

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

Overview

附加项信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attachmentamount = nil, attachmenttype = nil, attachmentname = nil, attachmentcode = nil) ⇒ OldAttachmentInfo

Returns a new instance of OldAttachmentInfo.



12365
12366
12367
12368
12369
12370
# File 'lib/v20190820/models.rb', line 12365

def initialize(attachmentamount=nil, attachmenttype=nil, attachmentname=nil, attachmentcode=nil)
  @AttachmentAmount = attachmentamount
  @AttachmentType = attachmenttype
  @AttachmentName = attachmentname
  @AttachmentCode = attachmentcode
end

Instance Attribute Details

#AttachmentAmountObject

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

Parameters:

  • AttachmentAmount:

    附加项金额

  • AttachmentType:

    附加项类型

  • AttachmentName:

    附加项名称

  • AttachmentCode:

    附加项编号



12363
12364
12365
# File 'lib/v20190820/models.rb', line 12363

def AttachmentAmount
  @AttachmentAmount
end

#AttachmentCodeObject

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

Parameters:

  • AttachmentAmount:

    附加项金额

  • AttachmentType:

    附加项类型

  • AttachmentName:

    附加项名称

  • AttachmentCode:

    附加项编号



12363
12364
12365
# File 'lib/v20190820/models.rb', line 12363

def AttachmentCode
  @AttachmentCode
end

#AttachmentNameObject

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

Parameters:

  • AttachmentAmount:

    附加项金额

  • AttachmentType:

    附加项类型

  • AttachmentName:

    附加项名称

  • AttachmentCode:

    附加项编号



12363
12364
12365
# File 'lib/v20190820/models.rb', line 12363

def AttachmentName
  @AttachmentName
end

#AttachmentTypeObject

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

Parameters:

  • AttachmentAmount:

    附加项金额

  • AttachmentType:

    附加项类型

  • AttachmentName:

    附加项名称

  • AttachmentCode:

    附加项编号



12363
12364
12365
# File 'lib/v20190820/models.rb', line 12363

def AttachmentType
  @AttachmentType
end

Instance Method Details

#deserialize(params) ⇒ Object



12372
12373
12374
12375
12376
12377
# File 'lib/v20190820/models.rb', line 12372

def deserialize(params)
  @AttachmentAmount = params['AttachmentAmount']
  @AttachmentType = params['AttachmentType']
  @AttachmentName = params['AttachmentName']
  @AttachmentCode = params['AttachmentCode']
end