tencentcloud-sdk-python 3.0.1322__py2.py3-none-any.whl → 3.0.1323__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/aiart_client.py +54 -0
- tencentcloud/aiart/v20221229/models.py +523 -0
- tencentcloud/ckafka/v20190819/models.py +15 -0
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +0 -274
- tencentcloud/dcdb/v20180411/dcdb_client.py +46 -0
- tencentcloud/dcdb/v20180411/models.py +379 -0
- tencentcloud/dlc/v20210125/models.py +205 -10
- tencentcloud/ess/v20201111/models.py +2 -2
- tencentcloud/essbasic/v20210526/models.py +2 -2
- tencentcloud/faceid/v20180301/models.py +8 -6
- tencentcloud/lcic/v20220817/models.py +0 -156
- tencentcloud/lke/v20231130/models.py +15 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/mqtt/v20240516/models.py +339 -0
- tencentcloud/mqtt/v20240516/mqtt_client.py +23 -0
- tencentcloud/ocr/v20181119/models.py +92 -2
- tencentcloud/taf/v20200210/errorcodes.py +0 -156
- tencentcloud/taf/v20200210/models.py +80 -1291
- tencentcloud/taf/v20200210/taf_client.py +0 -69
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +6 -0
- tencentcloud/tione/v20211111/models.py +19 -0
- tencentcloud/trabbit/v20230418/models.py +15 -304
- tencentcloud/wedata/v20210820/models.py +264 -0
- {tencentcloud_sdk_python-3.0.1322.dist-info → tencentcloud_sdk_python-3.0.1323.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1322.dist-info → tencentcloud_sdk_python-3.0.1323.dist-info}/RECORD +31 -31
- {tencentcloud_sdk_python-3.0.1322.dist-info → tencentcloud_sdk_python-3.0.1323.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1322.dist-info → tencentcloud_sdk_python-3.0.1323.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1322.dist-info → tencentcloud_sdk_python-3.0.1323.dist-info}/top_level.txt +0 -0
@@ -1557,19 +1557,14 @@ class ClassScoreItem(AbstractModel):
|
|
1557
1557
|
def __init__(self):
|
1558
1558
|
r"""
|
1559
1559
|
:param _RoomId: 课堂iD
|
1560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1561
1560
|
:type RoomId: int
|
1562
1561
|
:param _UserId: 用户ID
|
1563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1564
1562
|
:type UserId: str
|
1565
1563
|
:param _CreateTime: 评分时间
|
1566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1567
1564
|
:type CreateTime: int
|
1568
1565
|
:param _Score: 课堂评分
|
1569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1570
1566
|
:type Score: int
|
1571
1567
|
:param _ScoreMsg: 课堂评价
|
1572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1573
1568
|
:type ScoreMsg: str
|
1574
1569
|
"""
|
1575
1570
|
self._RoomId = None
|
@@ -1581,7 +1576,6 @@ class ClassScoreItem(AbstractModel):
|
|
1581
1576
|
@property
|
1582
1577
|
def RoomId(self):
|
1583
1578
|
"""课堂iD
|
1584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1585
1579
|
:rtype: int
|
1586
1580
|
"""
|
1587
1581
|
return self._RoomId
|
@@ -1593,7 +1587,6 @@ class ClassScoreItem(AbstractModel):
|
|
1593
1587
|
@property
|
1594
1588
|
def UserId(self):
|
1595
1589
|
"""用户ID
|
1596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1597
1590
|
:rtype: str
|
1598
1591
|
"""
|
1599
1592
|
return self._UserId
|
@@ -1605,7 +1598,6 @@ class ClassScoreItem(AbstractModel):
|
|
1605
1598
|
@property
|
1606
1599
|
def CreateTime(self):
|
1607
1600
|
"""评分时间
|
1608
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1609
1601
|
:rtype: int
|
1610
1602
|
"""
|
1611
1603
|
return self._CreateTime
|
@@ -1617,7 +1609,6 @@ class ClassScoreItem(AbstractModel):
|
|
1617
1609
|
@property
|
1618
1610
|
def Score(self):
|
1619
1611
|
"""课堂评分
|
1620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1621
1612
|
:rtype: int
|
1622
1613
|
"""
|
1623
1614
|
return self._Score
|
@@ -1629,7 +1620,6 @@ class ClassScoreItem(AbstractModel):
|
|
1629
1620
|
@property
|
1630
1621
|
def ScoreMsg(self):
|
1631
1622
|
"""课堂评价
|
1632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1633
1623
|
:rtype: str
|
1634
1624
|
"""
|
1635
1625
|
return self._ScoreMsg
|
@@ -2780,13 +2770,10 @@ class CustomMsgContent(AbstractModel):
|
|
2780
2770
|
def __init__(self):
|
2781
2771
|
r"""
|
2782
2772
|
:param _Data: 自定义消息数据。
|
2783
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2784
2773
|
:type Data: str
|
2785
2774
|
:param _Desc: 自定义消息描述信息。
|
2786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2787
2775
|
:type Desc: str
|
2788
2776
|
:param _Ext: 扩展字段。
|
2789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2790
2777
|
:type Ext: str
|
2791
2778
|
"""
|
2792
2779
|
self._Data = None
|
@@ -2796,7 +2783,6 @@ class CustomMsgContent(AbstractModel):
|
|
2796
2783
|
@property
|
2797
2784
|
def Data(self):
|
2798
2785
|
"""自定义消息数据。
|
2799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2800
2786
|
:rtype: str
|
2801
2787
|
"""
|
2802
2788
|
return self._Data
|
@@ -2808,7 +2794,6 @@ class CustomMsgContent(AbstractModel):
|
|
2808
2794
|
@property
|
2809
2795
|
def Desc(self):
|
2810
2796
|
"""自定义消息描述信息。
|
2811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2812
2797
|
:rtype: str
|
2813
2798
|
"""
|
2814
2799
|
return self._Desc
|
@@ -2820,7 +2805,6 @@ class CustomMsgContent(AbstractModel):
|
|
2820
2805
|
@property
|
2821
2806
|
def Ext(self):
|
2822
2807
|
"""扩展字段。
|
2823
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2824
2808
|
:rtype: str
|
2825
2809
|
"""
|
2826
2810
|
return self._Ext
|
@@ -7456,67 +7440,46 @@ class DocumentInfo(AbstractModel):
|
|
7456
7440
|
def __init__(self):
|
7457
7441
|
r"""
|
7458
7442
|
:param _DocumentId: 文档Id
|
7459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7460
7443
|
:type DocumentId: str
|
7461
7444
|
:param _DocumentUrl: 文档原址url
|
7462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7463
7445
|
:type DocumentUrl: str
|
7464
7446
|
:param _DocumentName: 文档名称
|
7465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7466
7447
|
:type DocumentName: str
|
7467
7448
|
:param _Owner: 文档所有者UserId
|
7468
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7469
7449
|
:type Owner: str
|
7470
7450
|
:param _SdkAppId: 应用Id
|
7471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7472
7451
|
:type SdkAppId: int
|
7473
7452
|
:param _Permission: 文档权限,0:私有课件 1:公共课件
|
7474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7475
7453
|
:type Permission: int
|
7476
7454
|
:param _TranscodeResult: 转码结果,无需转码为空,转码成功为结果url,转码失败为错误码
|
7477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7478
7455
|
:type TranscodeResult: str
|
7479
7456
|
:param _TranscodeType: 转码类型
|
7480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7481
7457
|
:type TranscodeType: int
|
7482
7458
|
:param _TranscodeProgress: 转码进度, 0 - 100 表示(0% - 100%)
|
7483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7484
7459
|
:type TranscodeProgress: int
|
7485
7460
|
:param _TranscodeState: 转码状态,0为无需转码,1为正在转码,2为转码失败,3为转码成功
|
7486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7487
7461
|
:type TranscodeState: int
|
7488
7462
|
:param _TranscodeInfo: 转码失败后的错误信息
|
7489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7490
7463
|
:type TranscodeInfo: str
|
7491
7464
|
:param _DocumentType: 文档类型
|
7492
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7493
7465
|
:type DocumentType: str
|
7494
7466
|
:param _DocumentSize: 文档大小,单位:字节
|
7495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7496
7467
|
:type DocumentSize: int
|
7497
7468
|
:param _UpdateTime: 更新的UNIX时间戳
|
7498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7499
7469
|
:type UpdateTime: int
|
7500
7470
|
:param _Pages: 课件页数
|
7501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7502
7471
|
:type Pages: int
|
7503
7472
|
:param _Width: 宽,仅在静态转码的课件有效
|
7504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7505
7473
|
:type Width: int
|
7506
7474
|
:param _Height: 高,仅在静态转码的课件有效
|
7507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7508
7475
|
:type Height: int
|
7509
7476
|
:param _Cover: 封面,仅转码的课件会生成封面
|
7510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7511
7477
|
:type Cover: str
|
7512
7478
|
:param _Preview: 课件预览地址
|
7513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7514
7479
|
:type Preview: str
|
7515
7480
|
:param _Resolution: 文档的分辨率
|
7516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7517
7481
|
:type Resolution: str
|
7518
7482
|
:param _MinScaleResolution: 转码后文档的最小分辨率,和创建文档时传入的参数一致。
|
7519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7520
7483
|
:type MinScaleResolution: str
|
7521
7484
|
"""
|
7522
7485
|
self._DocumentId = None
|
@@ -7544,7 +7507,6 @@ class DocumentInfo(AbstractModel):
|
|
7544
7507
|
@property
|
7545
7508
|
def DocumentId(self):
|
7546
7509
|
"""文档Id
|
7547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7548
7510
|
:rtype: str
|
7549
7511
|
"""
|
7550
7512
|
return self._DocumentId
|
@@ -7556,7 +7518,6 @@ class DocumentInfo(AbstractModel):
|
|
7556
7518
|
@property
|
7557
7519
|
def DocumentUrl(self):
|
7558
7520
|
"""文档原址url
|
7559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7560
7521
|
:rtype: str
|
7561
7522
|
"""
|
7562
7523
|
return self._DocumentUrl
|
@@ -7568,7 +7529,6 @@ class DocumentInfo(AbstractModel):
|
|
7568
7529
|
@property
|
7569
7530
|
def DocumentName(self):
|
7570
7531
|
"""文档名称
|
7571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7572
7532
|
:rtype: str
|
7573
7533
|
"""
|
7574
7534
|
return self._DocumentName
|
@@ -7580,7 +7540,6 @@ class DocumentInfo(AbstractModel):
|
|
7580
7540
|
@property
|
7581
7541
|
def Owner(self):
|
7582
7542
|
"""文档所有者UserId
|
7583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7584
7543
|
:rtype: str
|
7585
7544
|
"""
|
7586
7545
|
return self._Owner
|
@@ -7592,7 +7551,6 @@ class DocumentInfo(AbstractModel):
|
|
7592
7551
|
@property
|
7593
7552
|
def SdkAppId(self):
|
7594
7553
|
"""应用Id
|
7595
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7596
7554
|
:rtype: int
|
7597
7555
|
"""
|
7598
7556
|
return self._SdkAppId
|
@@ -7604,7 +7562,6 @@ class DocumentInfo(AbstractModel):
|
|
7604
7562
|
@property
|
7605
7563
|
def Permission(self):
|
7606
7564
|
"""文档权限,0:私有课件 1:公共课件
|
7607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7608
7565
|
:rtype: int
|
7609
7566
|
"""
|
7610
7567
|
return self._Permission
|
@@ -7616,7 +7573,6 @@ class DocumentInfo(AbstractModel):
|
|
7616
7573
|
@property
|
7617
7574
|
def TranscodeResult(self):
|
7618
7575
|
"""转码结果,无需转码为空,转码成功为结果url,转码失败为错误码
|
7619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7620
7576
|
:rtype: str
|
7621
7577
|
"""
|
7622
7578
|
return self._TranscodeResult
|
@@ -7628,7 +7584,6 @@ class DocumentInfo(AbstractModel):
|
|
7628
7584
|
@property
|
7629
7585
|
def TranscodeType(self):
|
7630
7586
|
"""转码类型
|
7631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7632
7587
|
:rtype: int
|
7633
7588
|
"""
|
7634
7589
|
return self._TranscodeType
|
@@ -7640,7 +7595,6 @@ class DocumentInfo(AbstractModel):
|
|
7640
7595
|
@property
|
7641
7596
|
def TranscodeProgress(self):
|
7642
7597
|
"""转码进度, 0 - 100 表示(0% - 100%)
|
7643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7644
7598
|
:rtype: int
|
7645
7599
|
"""
|
7646
7600
|
return self._TranscodeProgress
|
@@ -7652,7 +7606,6 @@ class DocumentInfo(AbstractModel):
|
|
7652
7606
|
@property
|
7653
7607
|
def TranscodeState(self):
|
7654
7608
|
"""转码状态,0为无需转码,1为正在转码,2为转码失败,3为转码成功
|
7655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7656
7609
|
:rtype: int
|
7657
7610
|
"""
|
7658
7611
|
return self._TranscodeState
|
@@ -7664,7 +7617,6 @@ class DocumentInfo(AbstractModel):
|
|
7664
7617
|
@property
|
7665
7618
|
def TranscodeInfo(self):
|
7666
7619
|
"""转码失败后的错误信息
|
7667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7668
7620
|
:rtype: str
|
7669
7621
|
"""
|
7670
7622
|
return self._TranscodeInfo
|
@@ -7676,7 +7628,6 @@ class DocumentInfo(AbstractModel):
|
|
7676
7628
|
@property
|
7677
7629
|
def DocumentType(self):
|
7678
7630
|
"""文档类型
|
7679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7680
7631
|
:rtype: str
|
7681
7632
|
"""
|
7682
7633
|
return self._DocumentType
|
@@ -7688,7 +7639,6 @@ class DocumentInfo(AbstractModel):
|
|
7688
7639
|
@property
|
7689
7640
|
def DocumentSize(self):
|
7690
7641
|
"""文档大小,单位:字节
|
7691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7692
7642
|
:rtype: int
|
7693
7643
|
"""
|
7694
7644
|
return self._DocumentSize
|
@@ -7700,7 +7650,6 @@ class DocumentInfo(AbstractModel):
|
|
7700
7650
|
@property
|
7701
7651
|
def UpdateTime(self):
|
7702
7652
|
"""更新的UNIX时间戳
|
7703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7704
7653
|
:rtype: int
|
7705
7654
|
"""
|
7706
7655
|
return self._UpdateTime
|
@@ -7712,7 +7661,6 @@ class DocumentInfo(AbstractModel):
|
|
7712
7661
|
@property
|
7713
7662
|
def Pages(self):
|
7714
7663
|
"""课件页数
|
7715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7716
7664
|
:rtype: int
|
7717
7665
|
"""
|
7718
7666
|
return self._Pages
|
@@ -7724,7 +7672,6 @@ class DocumentInfo(AbstractModel):
|
|
7724
7672
|
@property
|
7725
7673
|
def Width(self):
|
7726
7674
|
"""宽,仅在静态转码的课件有效
|
7727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7728
7675
|
:rtype: int
|
7729
7676
|
"""
|
7730
7677
|
return self._Width
|
@@ -7736,7 +7683,6 @@ class DocumentInfo(AbstractModel):
|
|
7736
7683
|
@property
|
7737
7684
|
def Height(self):
|
7738
7685
|
"""高,仅在静态转码的课件有效
|
7739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7740
7686
|
:rtype: int
|
7741
7687
|
"""
|
7742
7688
|
return self._Height
|
@@ -7748,7 +7694,6 @@ class DocumentInfo(AbstractModel):
|
|
7748
7694
|
@property
|
7749
7695
|
def Cover(self):
|
7750
7696
|
"""封面,仅转码的课件会生成封面
|
7751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7752
7697
|
:rtype: str
|
7753
7698
|
"""
|
7754
7699
|
return self._Cover
|
@@ -7760,7 +7705,6 @@ class DocumentInfo(AbstractModel):
|
|
7760
7705
|
@property
|
7761
7706
|
def Preview(self):
|
7762
7707
|
"""课件预览地址
|
7763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7764
7708
|
:rtype: str
|
7765
7709
|
"""
|
7766
7710
|
return self._Preview
|
@@ -7772,7 +7716,6 @@ class DocumentInfo(AbstractModel):
|
|
7772
7716
|
@property
|
7773
7717
|
def Resolution(self):
|
7774
7718
|
"""文档的分辨率
|
7775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7776
7719
|
:rtype: str
|
7777
7720
|
"""
|
7778
7721
|
return self._Resolution
|
@@ -7784,7 +7727,6 @@ class DocumentInfo(AbstractModel):
|
|
7784
7727
|
@property
|
7785
7728
|
def MinScaleResolution(self):
|
7786
7729
|
"""转码后文档的最小分辨率,和创建文档时传入的参数一致。
|
7787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7788
7730
|
:rtype: str
|
7789
7731
|
"""
|
7790
7732
|
return self._MinScaleResolution
|
@@ -7898,22 +7840,16 @@ class EventDataInfo(AbstractModel):
|
|
7898
7840
|
def __init__(self):
|
7899
7841
|
r"""
|
7900
7842
|
:param _RoomId: 事件发生的房间号。
|
7901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7902
7843
|
:type RoomId: int
|
7903
7844
|
:param _UserId: 事件发生的用户。
|
7904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7905
7845
|
:type UserId: str
|
7906
7846
|
:param _Device: 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program.
|
7907
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7908
7847
|
:type Device: int
|
7909
7848
|
:param _Duration: 录制时长。单位:秒
|
7910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7911
7849
|
:type Duration: int
|
7912
7850
|
:param _RecordSize: 录制文件大小
|
7913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7914
7851
|
:type RecordSize: int
|
7915
7852
|
:param _RecordUrl: 录制url
|
7916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7917
7853
|
:type RecordUrl: str
|
7918
7854
|
"""
|
7919
7855
|
self._RoomId = None
|
@@ -7926,7 +7862,6 @@ class EventDataInfo(AbstractModel):
|
|
7926
7862
|
@property
|
7927
7863
|
def RoomId(self):
|
7928
7864
|
"""事件发生的房间号。
|
7929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7930
7865
|
:rtype: int
|
7931
7866
|
"""
|
7932
7867
|
return self._RoomId
|
@@ -7938,7 +7873,6 @@ class EventDataInfo(AbstractModel):
|
|
7938
7873
|
@property
|
7939
7874
|
def UserId(self):
|
7940
7875
|
"""事件发生的用户。
|
7941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7942
7876
|
:rtype: str
|
7943
7877
|
"""
|
7944
7878
|
return self._UserId
|
@@ -7950,7 +7884,6 @@ class EventDataInfo(AbstractModel):
|
|
7950
7884
|
@property
|
7951
7885
|
def Device(self):
|
7952
7886
|
"""用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program.
|
7953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7954
7887
|
:rtype: int
|
7955
7888
|
"""
|
7956
7889
|
return self._Device
|
@@ -7962,7 +7895,6 @@ class EventDataInfo(AbstractModel):
|
|
7962
7895
|
@property
|
7963
7896
|
def Duration(self):
|
7964
7897
|
"""录制时长。单位:秒
|
7965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7966
7898
|
:rtype: int
|
7967
7899
|
"""
|
7968
7900
|
return self._Duration
|
@@ -7974,7 +7906,6 @@ class EventDataInfo(AbstractModel):
|
|
7974
7906
|
@property
|
7975
7907
|
def RecordSize(self):
|
7976
7908
|
"""录制文件大小
|
7977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7978
7909
|
:rtype: int
|
7979
7910
|
"""
|
7980
7911
|
return self._RecordSize
|
@@ -7986,7 +7917,6 @@ class EventDataInfo(AbstractModel):
|
|
7986
7917
|
@property
|
7987
7918
|
def RecordUrl(self):
|
7988
7919
|
"""录制url
|
7989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7990
7920
|
:rtype: str
|
7991
7921
|
"""
|
7992
7922
|
return self._RecordUrl
|
@@ -8034,7 +7964,6 @@ VisibleOn: 页面可见
|
|
8034
7964
|
VisibleOff: 页面不可见
|
8035
7965
|
:type EventType: str
|
8036
7966
|
:param _EventData: 事件详细内容,包含房间号,成员类型事件包含用户Id。
|
8037
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8038
7967
|
:type EventData: :class:`tencentcloud.lcic.v20220817.models.EventDataInfo`
|
8039
7968
|
"""
|
8040
7969
|
self._Timestamp = None
|
@@ -8075,7 +8004,6 @@ VisibleOff: 页面不可见
|
|
8075
8004
|
@property
|
8076
8005
|
def EventData(self):
|
8077
8006
|
"""事件详细内容,包含房间号,成员类型事件包含用户Id。
|
8078
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8079
8007
|
:rtype: :class:`tencentcloud.lcic.v20220817.models.EventDataInfo`
|
8080
8008
|
"""
|
8081
8009
|
return self._EventData
|
@@ -8944,18 +8872,14 @@ class GroupInfo(AbstractModel):
|
|
8944
8872
|
def __init__(self):
|
8945
8873
|
r"""
|
8946
8874
|
:param _GroupId: 群组ID
|
8947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8948
8875
|
:type GroupId: str
|
8949
8876
|
:param _GroupName: 群组名称
|
8950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8951
8877
|
:type GroupName: str
|
8952
8878
|
:param _TeacherId: 群组主讲人ID
|
8953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8954
8879
|
:type TeacherId: str
|
8955
8880
|
:param _GroupType: 群组类型
|
8956
8881
|
0-基础群组
|
8957
8882
|
1-组合群组,若为1时会返回子群组ID列表
|
8958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8959
8883
|
:type GroupType: int
|
8960
8884
|
:param _SubGroupIds: 子群组ID列表,如有。
|
8961
8885
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -8970,7 +8894,6 @@ class GroupInfo(AbstractModel):
|
|
8970
8894
|
@property
|
8971
8895
|
def GroupId(self):
|
8972
8896
|
"""群组ID
|
8973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8974
8897
|
:rtype: str
|
8975
8898
|
"""
|
8976
8899
|
return self._GroupId
|
@@ -8982,7 +8905,6 @@ class GroupInfo(AbstractModel):
|
|
8982
8905
|
@property
|
8983
8906
|
def GroupName(self):
|
8984
8907
|
"""群组名称
|
8985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8986
8908
|
:rtype: str
|
8987
8909
|
"""
|
8988
8910
|
return self._GroupName
|
@@ -8994,7 +8916,6 @@ class GroupInfo(AbstractModel):
|
|
8994
8916
|
@property
|
8995
8917
|
def TeacherId(self):
|
8996
8918
|
"""群组主讲人ID
|
8997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8998
8919
|
:rtype: str
|
8999
8920
|
"""
|
9000
8921
|
return self._TeacherId
|
@@ -9008,7 +8929,6 @@ class GroupInfo(AbstractModel):
|
|
9008
8929
|
"""群组类型
|
9009
8930
|
0-基础群组
|
9010
8931
|
1-组合群组,若为1时会返回子群组ID列表
|
9011
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9012
8932
|
:rtype: int
|
9013
8933
|
"""
|
9014
8934
|
return self._GroupType
|
@@ -9612,10 +9532,8 @@ class MemberRecord(AbstractModel):
|
|
9612
9532
|
注意:此字段可能返回 null,表示取不到有效值。
|
9613
9533
|
:type SubGroupId: list of str
|
9614
9534
|
:param _Stage: 用户的上台状态
|
9615
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9616
9535
|
:type Stage: int
|
9617
9536
|
:param _CurrentState: 用户状态。0为未到,1为在线,2为离线,3为被踢,4为永久被踢,5为暂时掉线
|
9618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9619
9537
|
:type CurrentState: int
|
9620
9538
|
"""
|
9621
9539
|
self._UserId = None
|
@@ -9854,7 +9772,6 @@ class MemberRecord(AbstractModel):
|
|
9854
9772
|
@property
|
9855
9773
|
def Stage(self):
|
9856
9774
|
"""用户的上台状态
|
9857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9858
9775
|
:rtype: int
|
9859
9776
|
"""
|
9860
9777
|
return self._Stage
|
@@ -9866,7 +9783,6 @@ class MemberRecord(AbstractModel):
|
|
9866
9783
|
@property
|
9867
9784
|
def CurrentState(self):
|
9868
9785
|
"""用户状态。0为未到,1为在线,2为离线,3为被踢,4为永久被踢,5为暂时掉线
|
9869
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9870
9786
|
:rtype: int
|
9871
9787
|
"""
|
9872
9788
|
return self._CurrentState
|
@@ -9916,16 +9832,12 @@ class MessageItem(AbstractModel):
|
|
9916
9832
|
def __init__(self):
|
9917
9833
|
r"""
|
9918
9834
|
:param _MessageType: 消息类型。0表示文本消息,1表示图片消息
|
9919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9920
9835
|
:type MessageType: int
|
9921
9836
|
:param _TextMessage: 文本消息内容。message type为0时有效。
|
9922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9923
9837
|
:type TextMessage: str
|
9924
9838
|
:param _ImageMessage: 图片消息URL。 message type为1时有效。
|
9925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9926
9839
|
:type ImageMessage: str
|
9927
9840
|
:param _CustomMessage: 自定义消息内容。message type为2时有效。
|
9928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9929
9841
|
:type CustomMessage: :class:`tencentcloud.lcic.v20220817.models.CustomMsgContent`
|
9930
9842
|
"""
|
9931
9843
|
self._MessageType = None
|
@@ -9936,7 +9848,6 @@ class MessageItem(AbstractModel):
|
|
9936
9848
|
@property
|
9937
9849
|
def MessageType(self):
|
9938
9850
|
"""消息类型。0表示文本消息,1表示图片消息
|
9939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9940
9851
|
:rtype: int
|
9941
9852
|
"""
|
9942
9853
|
return self._MessageType
|
@@ -9948,7 +9859,6 @@ class MessageItem(AbstractModel):
|
|
9948
9859
|
@property
|
9949
9860
|
def TextMessage(self):
|
9950
9861
|
"""文本消息内容。message type为0时有效。
|
9951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9952
9862
|
:rtype: str
|
9953
9863
|
"""
|
9954
9864
|
return self._TextMessage
|
@@ -9960,7 +9870,6 @@ class MessageItem(AbstractModel):
|
|
9960
9870
|
@property
|
9961
9871
|
def ImageMessage(self):
|
9962
9872
|
"""图片消息URL。 message type为1时有效。
|
9963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9964
9873
|
:rtype: str
|
9965
9874
|
"""
|
9966
9875
|
return self._ImageMessage
|
@@ -9972,7 +9881,6 @@ class MessageItem(AbstractModel):
|
|
9972
9881
|
@property
|
9973
9882
|
def CustomMessage(self):
|
9974
9883
|
"""自定义消息内容。message type为2时有效。
|
9975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9976
9884
|
:rtype: :class:`tencentcloud.lcic.v20220817.models.CustomMsgContent`
|
9977
9885
|
"""
|
9978
9886
|
return self._CustomMessage
|
@@ -10007,16 +9915,12 @@ class MessageList(AbstractModel):
|
|
10007
9915
|
def __init__(self):
|
10008
9916
|
r"""
|
10009
9917
|
:param _Timestamp: 消息时间戳
|
10010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10011
9918
|
:type Timestamp: int
|
10012
9919
|
:param _FromAccount: 消息发送者
|
10013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10014
9920
|
:type FromAccount: str
|
10015
9921
|
:param _Seq: 消息序列号,当前课堂内唯一且单调递增
|
10016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10017
9922
|
:type Seq: int
|
10018
9923
|
:param _MessageBody: 历史消息列表
|
10019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10020
9924
|
:type MessageBody: list of MessageItem
|
10021
9925
|
"""
|
10022
9926
|
self._Timestamp = None
|
@@ -10027,7 +9931,6 @@ class MessageList(AbstractModel):
|
|
10027
9931
|
@property
|
10028
9932
|
def Timestamp(self):
|
10029
9933
|
"""消息时间戳
|
10030
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10031
9934
|
:rtype: int
|
10032
9935
|
"""
|
10033
9936
|
return self._Timestamp
|
@@ -10039,7 +9942,6 @@ class MessageList(AbstractModel):
|
|
10039
9942
|
@property
|
10040
9943
|
def FromAccount(self):
|
10041
9944
|
"""消息发送者
|
10042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10043
9945
|
:rtype: str
|
10044
9946
|
"""
|
10045
9947
|
return self._FromAccount
|
@@ -10051,7 +9953,6 @@ class MessageList(AbstractModel):
|
|
10051
9953
|
@property
|
10052
9954
|
def Seq(self):
|
10053
9955
|
"""消息序列号,当前课堂内唯一且单调递增
|
10054
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10055
9956
|
:rtype: int
|
10056
9957
|
"""
|
10057
9958
|
return self._Seq
|
@@ -10063,7 +9964,6 @@ class MessageList(AbstractModel):
|
|
10063
9964
|
@property
|
10064
9965
|
def MessageBody(self):
|
10065
9966
|
"""历史消息列表
|
10066
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10067
9967
|
:rtype: list of MessageItem
|
10068
9968
|
"""
|
10069
9969
|
return self._MessageBody
|
@@ -11021,10 +10921,8 @@ class MutedAccountList(AbstractModel):
|
|
11021
10921
|
def __init__(self):
|
11022
10922
|
r"""
|
11023
10923
|
:param _MemberAccount: 用户 ID
|
11024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11025
10924
|
:type MemberAccount: str
|
11026
10925
|
:param _MutedUntil: 禁言到的时间(使用 UTC 时间,即世界协调时间)
|
11027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11028
10926
|
:type MutedUntil: int
|
11029
10927
|
"""
|
11030
10928
|
self._MemberAccount = None
|
@@ -11033,7 +10931,6 @@ class MutedAccountList(AbstractModel):
|
|
11033
10931
|
@property
|
11034
10932
|
def MemberAccount(self):
|
11035
10933
|
"""用户 ID
|
11036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11037
10934
|
:rtype: str
|
11038
10935
|
"""
|
11039
10936
|
return self._MemberAccount
|
@@ -11045,7 +10942,6 @@ class MutedAccountList(AbstractModel):
|
|
11045
10942
|
@property
|
11046
10943
|
def MutedUntil(self):
|
11047
10944
|
"""禁言到的时间(使用 UTC 时间,即世界协调时间)
|
11048
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11049
10945
|
:rtype: int
|
11050
10946
|
"""
|
11051
10947
|
return self._MutedUntil
|
@@ -11084,7 +10980,6 @@ class QuestionInfo(AbstractModel):
|
|
11084
10980
|
:param _CorrectAnswer: 正确答案(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)
|
11085
10981
|
:type CorrectAnswer: int
|
11086
10982
|
:param _AnswerStats: 每个选项答题人数统计
|
11087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11088
10983
|
:type AnswerStats: list of AnswerStat
|
11089
10984
|
"""
|
11090
10985
|
self._QuestionId = None
|
@@ -11140,7 +11035,6 @@ class QuestionInfo(AbstractModel):
|
|
11140
11035
|
@property
|
11141
11036
|
def AnswerStats(self):
|
11142
11037
|
"""每个选项答题人数统计
|
11143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11144
11038
|
:rtype: list of AnswerStat
|
11145
11039
|
"""
|
11146
11040
|
return self._AnswerStats
|
@@ -12227,16 +12121,12 @@ class SceneItem(AbstractModel):
|
|
12227
12121
|
:param _Scene: 场景名称
|
12228
12122
|
:type Scene: str
|
12229
12123
|
:param _LogoUrl: logo地址
|
12230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12231
12124
|
:type LogoUrl: str
|
12232
12125
|
:param _HomeUrl: 主页地址
|
12233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12234
12126
|
:type HomeUrl: str
|
12235
12127
|
:param _JSUrl: 自定义的js
|
12236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12237
12128
|
:type JSUrl: str
|
12238
12129
|
:param _CSSUrl: 自定义的css
|
12239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12240
12130
|
:type CSSUrl: str
|
12241
12131
|
"""
|
12242
12132
|
self._Scene = None
|
@@ -12259,7 +12149,6 @@ class SceneItem(AbstractModel):
|
|
12259
12149
|
@property
|
12260
12150
|
def LogoUrl(self):
|
12261
12151
|
"""logo地址
|
12262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12263
12152
|
:rtype: str
|
12264
12153
|
"""
|
12265
12154
|
return self._LogoUrl
|
@@ -12271,7 +12160,6 @@ class SceneItem(AbstractModel):
|
|
12271
12160
|
@property
|
12272
12161
|
def HomeUrl(self):
|
12273
12162
|
"""主页地址
|
12274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12275
12163
|
:rtype: str
|
12276
12164
|
"""
|
12277
12165
|
return self._HomeUrl
|
@@ -12283,7 +12171,6 @@ class SceneItem(AbstractModel):
|
|
12283
12171
|
@property
|
12284
12172
|
def JSUrl(self):
|
12285
12173
|
"""自定义的js
|
12286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12287
12174
|
:rtype: str
|
12288
12175
|
"""
|
12289
12176
|
return self._JSUrl
|
@@ -12295,7 +12182,6 @@ class SceneItem(AbstractModel):
|
|
12295
12182
|
@property
|
12296
12183
|
def CSSUrl(self):
|
12297
12184
|
"""自定义的css
|
12298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12299
12185
|
:rtype: str
|
12300
12186
|
"""
|
12301
12187
|
return self._CSSUrl
|
@@ -13158,31 +13044,22 @@ class SingleStreamInfo(AbstractModel):
|
|
13158
13044
|
def __init__(self):
|
13159
13045
|
r"""
|
13160
13046
|
:param _UserId: 用户ID
|
13161
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13162
13047
|
:type UserId: str
|
13163
13048
|
:param _StartTime: 开始时间
|
13164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13165
13049
|
:type StartTime: int
|
13166
13050
|
:param _StopTime: 结束时间
|
13167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13168
13051
|
:type StopTime: int
|
13169
13052
|
:param _Duration: 总时长
|
13170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13171
13053
|
:type Duration: int
|
13172
13054
|
:param _FileFormat: 文件格式
|
13173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13174
13055
|
:type FileFormat: str
|
13175
13056
|
:param _RecordUrl: 流url
|
13176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13177
13057
|
:type RecordUrl: str
|
13178
13058
|
:param _RecordSize: 流大小
|
13179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13180
13059
|
:type RecordSize: int
|
13181
13060
|
:param _VideoId: 流ID
|
13182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13183
13061
|
:type VideoId: str
|
13184
13062
|
:param _Role: 流类型
|
13185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13186
13063
|
:type Role: str
|
13187
13064
|
"""
|
13188
13065
|
self._UserId = None
|
@@ -13198,7 +13075,6 @@ class SingleStreamInfo(AbstractModel):
|
|
13198
13075
|
@property
|
13199
13076
|
def UserId(self):
|
13200
13077
|
"""用户ID
|
13201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13202
13078
|
:rtype: str
|
13203
13079
|
"""
|
13204
13080
|
return self._UserId
|
@@ -13210,7 +13086,6 @@ class SingleStreamInfo(AbstractModel):
|
|
13210
13086
|
@property
|
13211
13087
|
def StartTime(self):
|
13212
13088
|
"""开始时间
|
13213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13214
13089
|
:rtype: int
|
13215
13090
|
"""
|
13216
13091
|
return self._StartTime
|
@@ -13222,7 +13097,6 @@ class SingleStreamInfo(AbstractModel):
|
|
13222
13097
|
@property
|
13223
13098
|
def StopTime(self):
|
13224
13099
|
"""结束时间
|
13225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13226
13100
|
:rtype: int
|
13227
13101
|
"""
|
13228
13102
|
return self._StopTime
|
@@ -13234,7 +13108,6 @@ class SingleStreamInfo(AbstractModel):
|
|
13234
13108
|
@property
|
13235
13109
|
def Duration(self):
|
13236
13110
|
"""总时长
|
13237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13238
13111
|
:rtype: int
|
13239
13112
|
"""
|
13240
13113
|
return self._Duration
|
@@ -13246,7 +13119,6 @@ class SingleStreamInfo(AbstractModel):
|
|
13246
13119
|
@property
|
13247
13120
|
def FileFormat(self):
|
13248
13121
|
"""文件格式
|
13249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13250
13122
|
:rtype: str
|
13251
13123
|
"""
|
13252
13124
|
return self._FileFormat
|
@@ -13258,7 +13130,6 @@ class SingleStreamInfo(AbstractModel):
|
|
13258
13130
|
@property
|
13259
13131
|
def RecordUrl(self):
|
13260
13132
|
"""流url
|
13261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13262
13133
|
:rtype: str
|
13263
13134
|
"""
|
13264
13135
|
return self._RecordUrl
|
@@ -13270,7 +13141,6 @@ class SingleStreamInfo(AbstractModel):
|
|
13270
13141
|
@property
|
13271
13142
|
def RecordSize(self):
|
13272
13143
|
"""流大小
|
13273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13274
13144
|
:rtype: int
|
13275
13145
|
"""
|
13276
13146
|
return self._RecordSize
|
@@ -13282,7 +13152,6 @@ class SingleStreamInfo(AbstractModel):
|
|
13282
13152
|
@property
|
13283
13153
|
def VideoId(self):
|
13284
13154
|
"""流ID
|
13285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13286
13155
|
:rtype: str
|
13287
13156
|
"""
|
13288
13157
|
return self._VideoId
|
@@ -13294,7 +13163,6 @@ class SingleStreamInfo(AbstractModel):
|
|
13294
13163
|
@property
|
13295
13164
|
def Role(self):
|
13296
13165
|
"""流类型
|
13297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13298
13166
|
:rtype: str
|
13299
13167
|
"""
|
13300
13168
|
return self._Role
|
@@ -13584,10 +13452,8 @@ class TextMarkConfig(AbstractModel):
|
|
13584
13452
|
def __init__(self):
|
13585
13453
|
r"""
|
13586
13454
|
:param _Text: 文字水印内容
|
13587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13588
13455
|
:type Text: str
|
13589
13456
|
:param _Color: 文字水印颜色
|
13590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13591
13457
|
:type Color: str
|
13592
13458
|
"""
|
13593
13459
|
self._Text = None
|
@@ -13596,7 +13462,6 @@ class TextMarkConfig(AbstractModel):
|
|
13596
13462
|
@property
|
13597
13463
|
def Text(self):
|
13598
13464
|
"""文字水印内容
|
13599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13600
13465
|
:rtype: str
|
13601
13466
|
"""
|
13602
13467
|
return self._Text
|
@@ -13608,7 +13473,6 @@ class TextMarkConfig(AbstractModel):
|
|
13608
13473
|
@property
|
13609
13474
|
def Color(self):
|
13610
13475
|
"""文字水印颜色
|
13611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13612
13476
|
:rtype: str
|
13613
13477
|
"""
|
13614
13478
|
return self._Color
|
@@ -13886,19 +13750,14 @@ class UserInfo(AbstractModel):
|
|
13886
13750
|
def __init__(self):
|
13887
13751
|
r"""
|
13888
13752
|
:param _SdkAppId: 应用Id。
|
13889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13890
13753
|
:type SdkAppId: int
|
13891
13754
|
:param _UserId: 用户Id。
|
13892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13893
13755
|
:type UserId: str
|
13894
13756
|
:param _Name: 用户昵称。
|
13895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13896
13757
|
:type Name: str
|
13897
13758
|
:param _Avatar: 用户头像Url。
|
13898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13899
13759
|
:type Avatar: str
|
13900
13760
|
:param _OriginId: 用户在客户系统的Id
|
13901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13902
13761
|
:type OriginId: str
|
13903
13762
|
"""
|
13904
13763
|
self._SdkAppId = None
|
@@ -13910,7 +13769,6 @@ class UserInfo(AbstractModel):
|
|
13910
13769
|
@property
|
13911
13770
|
def SdkAppId(self):
|
13912
13771
|
"""应用Id。
|
13913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13914
13772
|
:rtype: int
|
13915
13773
|
"""
|
13916
13774
|
return self._SdkAppId
|
@@ -13922,7 +13780,6 @@ class UserInfo(AbstractModel):
|
|
13922
13780
|
@property
|
13923
13781
|
def UserId(self):
|
13924
13782
|
"""用户Id。
|
13925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13926
13783
|
:rtype: str
|
13927
13784
|
"""
|
13928
13785
|
return self._UserId
|
@@ -13934,7 +13791,6 @@ class UserInfo(AbstractModel):
|
|
13934
13791
|
@property
|
13935
13792
|
def Name(self):
|
13936
13793
|
"""用户昵称。
|
13937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13938
13794
|
:rtype: str
|
13939
13795
|
"""
|
13940
13796
|
return self._Name
|
@@ -13946,7 +13802,6 @@ class UserInfo(AbstractModel):
|
|
13946
13802
|
@property
|
13947
13803
|
def Avatar(self):
|
13948
13804
|
"""用户头像Url。
|
13949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13950
13805
|
:rtype: str
|
13951
13806
|
"""
|
13952
13807
|
return self._Avatar
|
@@ -13958,7 +13813,6 @@ class UserInfo(AbstractModel):
|
|
13958
13813
|
@property
|
13959
13814
|
def OriginId(self):
|
13960
13815
|
"""用户在客户系统的Id
|
13961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13962
13816
|
:rtype: str
|
13963
13817
|
"""
|
13964
13818
|
return self._OriginId
|
@@ -13992,19 +13846,14 @@ class WatermarkConfig(AbstractModel):
|
|
13992
13846
|
def __init__(self):
|
13993
13847
|
r"""
|
13994
13848
|
:param _Url: 水印图片的url
|
13995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13996
13849
|
:type Url: str
|
13997
13850
|
:param _Width: 水印宽。为比例值
|
13998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13999
13851
|
:type Width: float
|
14000
13852
|
:param _Height: 水印高。为比例值
|
14001
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14002
13853
|
:type Height: float
|
14003
13854
|
:param _LocationX: 水印X偏移, 取值:0-100, 表示区域X方向的百分比。比如50,则表示位于X轴中间。
|
14004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14005
13855
|
:type LocationX: float
|
14006
13856
|
:param _LocationY: 水印Y偏移, 取值:0-100, 表示区域Y方向的百分比。比如50,则表示位于Y轴中间。
|
14007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14008
13857
|
:type LocationY: float
|
14009
13858
|
"""
|
14010
13859
|
self._Url = None
|
@@ -14016,7 +13865,6 @@ class WatermarkConfig(AbstractModel):
|
|
14016
13865
|
@property
|
14017
13866
|
def Url(self):
|
14018
13867
|
"""水印图片的url
|
14019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14020
13868
|
:rtype: str
|
14021
13869
|
"""
|
14022
13870
|
return self._Url
|
@@ -14028,7 +13876,6 @@ class WatermarkConfig(AbstractModel):
|
|
14028
13876
|
@property
|
14029
13877
|
def Width(self):
|
14030
13878
|
"""水印宽。为比例值
|
14031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14032
13879
|
:rtype: float
|
14033
13880
|
"""
|
14034
13881
|
return self._Width
|
@@ -14040,7 +13887,6 @@ class WatermarkConfig(AbstractModel):
|
|
14040
13887
|
@property
|
14041
13888
|
def Height(self):
|
14042
13889
|
"""水印高。为比例值
|
14043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14044
13890
|
:rtype: float
|
14045
13891
|
"""
|
14046
13892
|
return self._Height
|
@@ -14052,7 +13898,6 @@ class WatermarkConfig(AbstractModel):
|
|
14052
13898
|
@property
|
14053
13899
|
def LocationX(self):
|
14054
13900
|
"""水印X偏移, 取值:0-100, 表示区域X方向的百分比。比如50,则表示位于X轴中间。
|
14055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14056
13901
|
:rtype: float
|
14057
13902
|
"""
|
14058
13903
|
return self._LocationX
|
@@ -14064,7 +13909,6 @@ class WatermarkConfig(AbstractModel):
|
|
14064
13909
|
@property
|
14065
13910
|
def LocationY(self):
|
14066
13911
|
"""水印Y偏移, 取值:0-100, 表示区域Y方向的百分比。比如50,则表示位于Y轴中间。
|
14067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14068
13912
|
:rtype: float
|
14069
13913
|
"""
|
14070
13914
|
return self._LocationY
|