tencentcloud-sdk-nodejs-iai 4.1.243 → 4.1.244
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.
package/package.json
CHANGED
|
@@ -812,7 +812,7 @@ export interface GroupInfo {
|
|
|
812
812
|
*/
|
|
813
813
|
CreationTimestamp?: number;
|
|
814
814
|
/**
|
|
815
|
-
* <p>Group的更新时间和日期 UpdateTimestamp
|
|
815
|
+
* <p>Group的更新时间和日期 UpdateTimestamp。<br>UpdateTimestamp 的值是自 Unix 纪元时间到Group更新时间的毫秒数。<br>Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 00:00:00。<br>有关更多信息,请参阅 Unix 时间。</p>
|
|
816
816
|
*/
|
|
817
817
|
UpdateTimestamp?: number;
|
|
818
818
|
}
|
|
@@ -866,7 +866,7 @@ export interface GroupInfo {
|
|
|
866
866
|
*/
|
|
867
867
|
CreationTimestamp?: number;
|
|
868
868
|
/**
|
|
869
|
-
* <p>Group
|
|
869
|
+
* <p>Group的更新时间和日期 UpdateTimestamp。<br>UpdateTimestamp 的值是自 Unix 纪元时间到Group更新时间的毫秒数。<br>Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 00:00:00。<br>有关更多信息,请参阅 Unix 时间。</p>
|
|
870
870
|
*/
|
|
871
871
|
UpdateTimestamp?: number;
|
|
872
872
|
}
|