tencentcloud-sdk-monitor 3.0.891 → 3.0.893
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180724/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c19b349d326716761b2734842b7893c20ebfe3a
|
4
|
+
data.tar.gz: fc677939e454633c1f1ee4224ef00a4bc552dba8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 359349a3f8e790f73d52edcbcc5cf6a64f8b2781e4bc0ed63438e630ca27d891ef5edc8834c3285785fb7b90351e1d309c6f2c0c3fc56b45a9490672efa4f7df
|
7
|
+
data.tar.gz: 1ff895454cc87d338f7f4752160ce9dd050cc4d7053add11a18d62d874648eacdddf8d537e95543894223619df2bc20f8af4a058acb47121365fe7c142fd59b2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.893
|
data/lib/v20180724/models.rb
CHANGED
@@ -15023,10 +15023,13 @@ module TencentCloud
|
|
15023
15023
|
# @param OnCallFormIDs: 值班表id列表
|
15024
15024
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
15025
15025
|
# @type OnCallFormIDs: Array
|
15026
|
+
# @param VoiceConfirmKey: 电话按键确认
|
15027
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
15028
|
+
# @type VoiceConfirmKey: String
|
15026
15029
|
|
15027
|
-
attr_accessor :ReceiverType, :StartTime, :EndTime, :NoticeWay, :UserIds, :GroupIds, :PhoneOrder, :PhoneCircleTimes, :PhoneInnerInterval, :PhoneCircleInterval, :NeedPhoneArriveNotice, :PhoneCallType, :Weekday, :OnCallFormIDs
|
15030
|
+
attr_accessor :ReceiverType, :StartTime, :EndTime, :NoticeWay, :UserIds, :GroupIds, :PhoneOrder, :PhoneCircleTimes, :PhoneInnerInterval, :PhoneCircleInterval, :NeedPhoneArriveNotice, :PhoneCallType, :Weekday, :OnCallFormIDs, :VoiceConfirmKey
|
15028
15031
|
|
15029
|
-
def initialize(receivertype=nil, starttime=nil, endtime=nil, noticeway=nil, userids=nil, groupids=nil, phoneorder=nil, phonecircletimes=nil, phoneinnerinterval=nil, phonecircleinterval=nil, needphonearrivenotice=nil, phonecalltype=nil, weekday=nil, oncallformids=nil)
|
15032
|
+
def initialize(receivertype=nil, starttime=nil, endtime=nil, noticeway=nil, userids=nil, groupids=nil, phoneorder=nil, phonecircletimes=nil, phoneinnerinterval=nil, phonecircleinterval=nil, needphonearrivenotice=nil, phonecalltype=nil, weekday=nil, oncallformids=nil, voiceconfirmkey=nil)
|
15030
15033
|
@ReceiverType = receivertype
|
15031
15034
|
@StartTime = starttime
|
15032
15035
|
@EndTime = endtime
|
@@ -15041,6 +15044,7 @@ module TencentCloud
|
|
15041
15044
|
@PhoneCallType = phonecalltype
|
15042
15045
|
@Weekday = weekday
|
15043
15046
|
@OnCallFormIDs = oncallformids
|
15047
|
+
@VoiceConfirmKey = voiceconfirmkey
|
15044
15048
|
end
|
15045
15049
|
|
15046
15050
|
def deserialize(params)
|
@@ -15058,6 +15062,7 @@ module TencentCloud
|
|
15058
15062
|
@PhoneCallType = params['PhoneCallType']
|
15059
15063
|
@Weekday = params['Weekday']
|
15060
15064
|
@OnCallFormIDs = params['OnCallFormIDs']
|
15065
|
+
@VoiceConfirmKey = params['VoiceConfirmKey']
|
15061
15066
|
end
|
15062
15067
|
end
|
15063
15068
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-monitor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.893
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|