Skip to content

ChannelsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new ChannelsProperty {
    object AliIm = null,
    object DingWebHook = null,
    object Mail = null,
    object Sms = null
};

Properties

Name Type Description
AliIm object No description.
DingWebHook object No description.
Mail object No description.
Sms object No description.

AliImOptional

public object AliIm { get; set; }
  • Type: object

DingWebHookOptional

public object DingWebHook { get; set; }
  • Type: object

MailOptional

public object Mail { get; set; }
  • Type: object

SmsOptional

public object Sms { get; set; }
  • Type: object