Skip to content

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

Name Type Description
Type object No description.
Content object No description.
EmailList object No description.
Headers object No description.
Method object No description.
MobileList object No description.
ServiceUri object No description.

TypeRequired

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

ContentOptional

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

EmailListOptional

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

HeadersOptional

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

MethodOptional

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

MobileListOptional

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

ServiceUriOptional

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