Skip to content

DestinationProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc;
new DestinationProperty {
    object OnFailure = null,
    object OnSuccess = null
};

Properties

Name Type Description
OnFailure object No description.
OnSuccess object No description.

OnFailureOptional

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

OnSuccessOptional

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