Skip to content

ConfigFileVolumeConfigFileToPathProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eci;
new ConfigFileVolumeConfigFileToPathProperty {
    object Path,
    object Content = null
};

Properties

Name Type Description
Path object No description.
Content object No description.

PathRequired

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

ContentOptional

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