Skip to content

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.

CallbackTypeRequired

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

AppIdOptional

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

AuthKeyOptional

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

AuthSwitchOptional

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

CallbackUrlOptional

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

EventTypeListOptional

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

MnsEndpointOptional

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

MnsQueueNameOptional

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