ErrorCodeSamplesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new ErrorCodeSamplesProperty {
object Code,
object Message,
object Description = null
};
Properties
| Name | Type | Description |
|---|---|---|
Code |
object |
No description. |
Message |
object |
No description. |
Description |
object |
No description. |
CodeRequired
public object Code { get; set; }
- Type: object
MessageRequired
public object Message { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object