Skip to content

CustomRuntimeConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc;
new CustomRuntimeConfigProperty {
    object Args = null,
    object Command = null
};

Properties

Name Type Description
Args object No description.
Command object No description.

ArgsOptional

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

CommandOptional

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