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. |
Content
Optional
public object Content { get; set; }
- Type: object
ContentType
Optional
public object ContentType { get; set; }
- Type: object
HttpCode
Optional
public object HttpCode { get; set; }
- Type: object