Skip to content

FunctionArgsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cdn;
new FunctionArgsProperty {
    object ArgName,
    object ArgValue
};

Properties

Name Type Description
ArgName object No description.
ArgValue object No description.

ArgNameRequired

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

ArgValueRequired

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