ErrorDocumentProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oss;
new ErrorDocumentProperty {
object Key,
object HttpStatus = null
};
Properties
| Name | Type | Description |
|---|---|---|
Key |
object |
No description. |
HttpStatus |
object |
No description. |
KeyRequired
public object Key { get; set; }
- Type: object
HttpStatusOptional
public object HttpStatus { get; set; }
- Type: object