Skip to content

VSwitchProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new VSwitchProperty {
    object VSwitchId,
    object Name = null
};

Properties

Name Type Description
VSwitchId object No description.
Name object No description.

VSwitchIdRequired

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

NameOptional

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