GatewayInfoProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new GatewayInfoProperty {
object GatewayId = null,
object Name = null
};
Properties
GatewayId
Optional
public object GatewayId { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object