ModificationProtectionConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new ModificationProtectionConfigProperty {
object Status,
object Reason = null
};
Properties
Name | Type | Description |
---|---|---|
Status |
object |
No description. |
Reason |
object |
No description. |
Status
Required
public object Status { get; set; }
- Type: object
Reason
Optional
public object Reason { get; set; }
- Type: object