Skip to content

DNSProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new DNSProperty {
    object Type = null,
    object Version = null
};

Properties

Name Type Description
Type object No description.
Version object No description.

TypeOptional

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

VersionOptional

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