DomainInfosProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new DomainInfosProperty {
object DomainId = null,
object Name = null,
object Protocol = null
};
Properties
Name | Type | Description |
---|---|---|
DomainId |
object |
No description. |
Name |
object |
No description. |
Protocol |
object |
No description. |
DomainId
Optional
public object DomainId { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
Protocol
Optional
public object Protocol { get; set; }
- Type: object