Skip to content

NotificationListProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.NotificationListProperty {
    Type: interface{},
    Content: interface{},
    EmailList: interface{},
    Headers: interface{},
    Method: interface{},
    MobileList: interface{},
    ServiceUri: interface{},
}

Properties

Name Type Description
Type interface{} No description.
Content interface{} No description.
EmailList interface{} No description.
Headers interface{} No description.
Method interface{} No description.
MobileList interface{} No description.
ServiceUri interface{} No description.

TypeRequired

Type interface{}
  • Type: interface{}

ContentOptional

Content interface{}
  • Type: interface{}

EmailListOptional

EmailList interface{}
  • Type: interface{}

HeadersOptional

Headers interface{}
  • Type: interface{}

MethodOptional

Method interface{}
  • Type: interface{}

MobileListOptional

MobileList interface{}
  • Type: interface{}

ServiceUriOptional

ServiceUri interface{}
  • Type: interface{}