RosMessageCallbackProps
Properties for defining a RosMessageCallback
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vod-messagecallback
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vod;
new RosMessageCallbackProps {
object CallbackType,
object AppId = null,
object AuthKey = null,
object AuthSwitch = null,
object CallbackUrl = null,
object EventTypeList = null,
object MnsEndpoint = null,
object MnsQueueName = null
};
Properties
Name | Type | Description |
---|---|---|
CallbackType |
object |
No description. |
AppId |
object |
No description. |
AuthKey |
object |
No description. |
AuthSwitch |
object |
No description. |
CallbackUrl |
object |
No description. |
EventTypeList |
object |
No description. |
MnsEndpoint |
object |
No description. |
MnsQueueName |
object |
No description. |
CallbackType
Required
public object CallbackType { get; set; }
- Type: object
AppId
Optional
public object AppId { get; set; }
- Type: object
AuthKey
Optional
public object AuthKey { get; set; }
- Type: object
AuthSwitch
Optional
public object AuthSwitch { get; set; }
- Type: object
CallbackUrl
Optional
public object CallbackUrl { get; set; }
- Type: object
EventTypeList
Optional
public object EventTypeList { get; set; }
- Type: object
MnsEndpoint
Optional
public object MnsEndpoint { get; set; }
- Type: object
MnsQueueName
Optional
public object MnsQueueName { get; set; }
- Type: object