tencentcloud-sdk-monitor 3.0.890 → 3.0.892

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2a7d3a826b1755c549a29b7d304a8e6bb50101e
4
- data.tar.gz: e81e2b22ca7fa3096d1f4251417ea23930fe3441
3
+ metadata.gz: 1dd6aff5f407912af78df2f7a1916b1ce4c2779f
4
+ data.tar.gz: 9b2c6ff8aa7fccbbd53bbe827e438a5355d4fa6b
5
5
  SHA512:
6
- metadata.gz: 919002d24a9d66c85def8bd4dbd490fbb8cd0105368779934999cc69479923295489ebcfc801277f392b5de228fc81fa1eba565f39d40832653db9235e8f014d
7
- data.tar.gz: 8c0e1d1ac6c6e02edf21d8eab675db8bddd7fead608a58efc58d78ebfacd947038203c523b98e51f26d0df0b34e2ce42b80312f4f0d2016d37abd705fbdf427c
6
+ metadata.gz: aafeb9bb72747edce68ca90bdef2fb58a843cae704d55fbbb399d3f02421e14454908d930593a77f8b7a61d7fa70be0b9f4fc8acfe1414bbd2b0e0efc0eda068
7
+ data.tar.gz: dc1ef43716bd2e3a5e060fae467619ce266cfbd73a38d95cfe8e6fb36a2a7b75c389b8d43647877c523a184682a8652e2fb8145770ba489a3043d7f65c24a2e9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.890
1
+ 3.0.892
@@ -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.890
4
+ version: 3.0.892
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-20 00:00:00.000000000 Z
11
+ date: 2024-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common