Skip to content

PolicyAttachmentsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ram;
new PolicyAttachmentsProperty {
    object Custom = null,
    object System = null
};

Properties

Name Type Description
Custom object No description.
System object No description.

CustomOptional

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

SystemOptional

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