Skip to content

AclEntriesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new AclEntriesProperty {
    object Entry = null,
    object EntryDescription = null
};

Properties

Name Type Description
Entry object No description.
EntryDescription object No description.

EntryOptional

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

EntryDescriptionOptional

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