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. |
Key
Required
public object Key { get; set; }
- Type: object
HttpStatus
Optional
public object HttpStatus { get; set; }
- Type: object