Skip to content

IspCitiesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new IspCitiesProperty {
    object City,
    object Isp
};

Properties

Name Type Description
City object No description.
Isp object No description.

CityRequired

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

IspRequired

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