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. |
GatewayId
Optional
public object GatewayId { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object