ConfigFileVolumeConfigFileToPathsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new ConfigFileVolumeConfigFileToPathsProperty {
object Path,
object Content = null,
object Mode = null
};
Properties
Name | Type | Description |
---|---|---|
Path |
object |
No description. |
Content |
object |
No description. |
Mode |
object |
No description. |
Path
Required
public object Path { get; set; }
- Type: object
Content
Optional
public object Content { get; set; }
- Type: object
Mode
Optional
public object Mode { get; set; }
- Type: object