Skip to content

ResourceProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new ResourceProperty {
    object Name,
    object Actions = null
};

Properties

Name Type Description
Name object No description.
Actions object No description.

NameRequired

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

ActionsOptional

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