Skip to content

HttpGetProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new HttpGetProperty {
    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.

HostOptional

public object Host { get; set; }
  • Type: object

HttpHeadersOptional

public object HttpHeaders { get; set; }
  • Type: object

PathOptional

public object Path { get; set; }
  • Type: object

PortOptional

public object Port { get; set; }
  • Type: object

SchemeOptional

public object Scheme { get; set; }
  • Type: object