Skip to content

GatewayInfoProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new GatewayInfoProperty {
    object GatewayId = null,
    object Name = null
};

Properties

Name Type Description
GatewayId object No description.
Name object No description.

GatewayIdOptional

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

NameOptional

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