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. |
OnFailure
Optional
public object OnFailure { get; set; }
- Type: object
OnSuccess
Optional
public object OnSuccess { get; set; }
- Type: object