Skip to content

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.

PathRequired

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

ContentOptional

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

ModeOptional

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