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
Type
Required
public object Type { get; set; }
Content
Optional
public object Content { get; set; }
EmailList
Optional
public object EmailList { get; set; }
public object Headers { get; set; }
Method
Optional
public object Method { get; set; }
MobileList
Optional
public object MobileList { get; set; }
ServiceUri
Optional
public object ServiceUri { get; set; }