Skip to content

EnvironmentInfoProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new EnvironmentInfoProperty {
    object EnvironmentId,
    object Alias = null,
    object GatewayInfo = null,
    object Name = null,
    object SubDomains = null
};

Properties

Name Type Description
EnvironmentId object No description.
Alias object No description.
GatewayInfo object No description.
Name object No description.
SubDomains object No description.

EnvironmentIdRequired

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

AliasOptional

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

GatewayInfoOptional

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

NameOptional

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

SubDomainsOptional

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