FixedResponseConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new FixedResponseConfigProperty {
object Content = null,
object ContentType = null,
object HttpCode = null
};
Properties
| Name | Type | Description |
|---|---|---|
Content |
object |
No description. |
ContentType |
object |
No description. |
HttpCode |
object |
No description. |
ContentOptional
public object Content { get; set; }
- Type: object
ContentTypeOptional
public object ContentType { get; set; }
- Type: object
HttpCodeOptional
public object HttpCode { get; set; }
- Type: object