Class: TencentCloud::Cls::V20201016::WebCallbackInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::WebCallbackInfo
- Defined in:
- lib/v20201016/models.rb
Overview
告警渠道回调配置信息
Instance Attribute Summary collapse
-
#CreateTime ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;.
-
#Key ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;.
-
#Method ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;.
-
#Name ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;.
-
#SubUin ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;.
-
#Type ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;.
-
#Uin ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;.
-
#UpdateTime ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;.
-
#WebCallbackId ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;.
-
#Webhook ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(webcallbackid = nil, name = nil, type = nil, webhook = nil, method = nil, key = nil, uin = nil, subuin = nil, createtime = nil, updatetime = nil) ⇒ WebCallbackInfo
constructor
A new instance of WebCallbackInfo.
Constructor Details
#initialize(webcallbackid = nil, name = nil, type = nil, webhook = nil, method = nil, key = nil, uin = nil, subuin = nil, createtime = nil, updatetime = nil) ⇒ WebCallbackInfo
Returns a new instance of WebCallbackInfo.
18066 18067 18068 18069 18070 18071 18072 18073 18074 18075 18076 18077 |
# File 'lib/v20201016/models.rb', line 18066 def initialize(webcallbackid=nil, name=nil, type=nil, webhook=nil, method=nil, key=nil, uin=nil, subuin=nil, createtime=nil, updatetime=nil) @WebCallbackId = webcallbackid @Name = name @Type = type @Webhook = webhook @Method = method @Key = key @Uin = uin @SubUin = subuin @CreateTime = createtime @UpdateTime = updatetime end |
Instance Attribute Details
#CreateTime ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
18064 18065 18066 |
# File 'lib/v20201016/models.rb', line 18064 def CreateTime @CreateTime end |
#Key ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
18064 18065 18066 |
# File 'lib/v20201016/models.rb', line 18064 def Key @Key end |
#Method ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
18064 18065 18066 |
# File 'lib/v20201016/models.rb', line 18064 def Method @Method end |
#Name ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
18064 18065 18066 |
# File 'lib/v20201016/models.rb', line 18064 def Name @Name end |
#SubUin ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
18064 18065 18066 |
# File 'lib/v20201016/models.rb', line 18064 def SubUin @SubUin end |
#Type ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
18064 18065 18066 |
# File 'lib/v20201016/models.rb', line 18064 def Type @Type end |
#Uin ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
18064 18065 18066 |
# File 'lib/v20201016/models.rb', line 18064 def Uin @Uin end |
#UpdateTime ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
18064 18065 18066 |
# File 'lib/v20201016/models.rb', line 18064 def UpdateTime @UpdateTime end |
#WebCallbackId ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
18064 18065 18066 |
# File 'lib/v20201016/models.rb', line 18064 def WebCallbackId @WebCallbackId end |
#Webhook ⇒ Object
WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
18064 18065 18066 |
# File 'lib/v20201016/models.rb', line 18064 def Webhook @Webhook end |
Instance Method Details
#deserialize(params) ⇒ Object
18079 18080 18081 18082 18083 18084 18085 18086 18087 18088 18089 18090 |
# File 'lib/v20201016/models.rb', line 18079 def deserialize(params) @WebCallbackId = params['WebCallbackId'] @Name = params['Name'] @Type = params['Type'] @Webhook = params['Webhook'] @Method = params['Method'] @Key = params['Key'] @Uin = params['Uin'] @SubUin = params['SubUin'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |