Skip to content

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.

DomainIdOptional

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

NameOptional

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

ProtocolOptional

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