tencentcloud-sdk-monitor 3.0.891 → 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: 2cc75ae3064003197cd44dcaec1bf3c94c8ef2ff
4
- data.tar.gz: 4bacc05f6e3de5f41c47c81071c1ecfac9402c03
3
+ metadata.gz: 1dd6aff5f407912af78df2f7a1916b1ce4c2779f
4
+ data.tar.gz: 9b2c6ff8aa7fccbbd53bbe827e438a5355d4fa6b
5
5
  SHA512:
6
- metadata.gz: a7689b3f92d6eee7ce255c5535bb4c0847b08c665e68cd1d36234b8ef3e7f3acec5d4db653e16df373ce26f4a8cf66cdd3936f49dd156953aa2d7852fdf94bb6
7
- data.tar.gz: cc6d553abf68a73389e7bd30fe060da80ad207e802e8b91b0f0037ca176704c0f252fce3b1712c95c7b033d00b5aecc4bc5c216f1a20e57c4be81b9ef0f35676
6
+ metadata.gz: aafeb9bb72747edce68ca90bdef2fb58a843cae704d55fbbb399d3f02421e14454908d930593a77f8b7a61d7fa70be0b9f4fc8acfe1414bbd2b0e0efc0eda068
7
+ data.tar.gz: dc1ef43716bd2e3a5e060fae467619ce266cfbd73a38d95cfe8e6fb36a2a7b75c389b8d43647877c523a184682a8652e2fb8145770ba489a3043d7f65c24a2e9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.891
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.891
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-21 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