NotificationListProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new NotificationListProperty {
object Type,
object Content = null,
object EmailList = null,
object Headers = null,
object Method = null,
object MobileList = null,
object ServiceUri = null
};
Properties
TypeRequired
public object Type { get; set; }
ContentOptional
public object Content { get; set; }
EmailListOptional
public object EmailList { get; set; }
public object Headers { get; set; }
MethodOptional
public object Method { get; set; }
MobileListOptional
public object MobileList { get; set; }
ServiceUriOptional
public object ServiceUri { get; set; }