Class: TencentCloud::Wav::V20210129::ChatArchivingMsgTypeVideo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wav::V20210129::ChatArchivingMsgTypeVideo
- Defined in:
- lib/v20210129/models.rb
Overview
会话存档的视频消息类型
Instance Attribute Summary collapse
-
#CosKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#FileSize ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#PlayLength ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(playlength = nil, filesize = nil, coskey = nil) ⇒ ChatArchivingMsgTypeVideo
constructor
A new instance of ChatArchivingMsgTypeVideo.
Constructor Details
#initialize(playlength = nil, filesize = nil, coskey = nil) ⇒ ChatArchivingMsgTypeVideo
Returns a new instance of ChatArchivingMsgTypeVideo.
400 401 402 403 404 |
# File 'lib/v20210129/models.rb', line 400 def initialize(playlength=nil, filesize=nil, coskey=nil) @PlayLength = playlength @FileSize = filesize @CosKey = coskey end |
Instance Attribute Details
#CosKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
398 399 400 |
# File 'lib/v20210129/models.rb', line 398 def CosKey @CosKey end |
#FileSize ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
398 399 400 |
# File 'lib/v20210129/models.rb', line 398 def FileSize @FileSize end |
#PlayLength ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
398 399 400 |
# File 'lib/v20210129/models.rb', line 398 def PlayLength @PlayLength end |
Instance Method Details
#deserialize(params) ⇒ Object
406 407 408 409 410 |
# File 'lib/v20210129/models.rb', line 406 def deserialize(params) @PlayLength = params['PlayLength'] @FileSize = params['FileSize'] @CosKey = params['CosKey'] end |