PostStartHttpGetProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new PostStartHttpGetProperty {
object Host = null,
object HttpHeaders = null,
object Path = null,
object Port = null,
object Scheme = null
};
Properties
Name |
Type |
Description |
Host |
object |
No description. |
HttpHeaders |
object |
No description. |
Path |
object |
No description. |
Port |
object |
No description. |
Scheme |
object |
No description. |
Host
Optional
public object Host { get; set; }
public object HttpHeaders { get; set; }
Path
Optional
public object Path { get; set; }
Port
Optional
public object Port { get; set; }
Scheme
Optional
public object Scheme { get; set; }