Skip to content

AclEntriesProperty

Initializer

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

Properties

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

EntryRequired

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

DescriptionOptional

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