Class: TencentCloud::Cpdp::V20190820::OldAttachmentInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::OldAttachmentInfo
- Defined in:
- lib/v20190820/models.rb
Overview
附加项信息
Instance Attribute Summary collapse
-
#AttachmentAmount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#AttachmentCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#AttachmentName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#AttachmentType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(attachmentamount = nil, attachmenttype = nil, attachmentname = nil, attachmentcode = nil) ⇒ OldAttachmentInfo
constructor
A new instance of OldAttachmentInfo.
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(=nil, =nil, =nil, =nil) @AttachmentAmount = @AttachmentType = @AttachmentName = @AttachmentCode = end |
Instance Attribute Details
#AttachmentAmount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
12363 12364 12365 |
# File 'lib/v20190820/models.rb', line 12363 def AttachmentAmount @AttachmentAmount end |
#AttachmentCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
12363 12364 12365 |
# File 'lib/v20190820/models.rb', line 12363 def AttachmentCode @AttachmentCode end |
#AttachmentName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
12363 12364 12365 |
# File 'lib/v20190820/models.rb', line 12363 def AttachmentName @AttachmentName end |
#AttachmentType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
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 |