Skip to content

AclEntriesProperty

Initializer

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

Properties

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

EntryRequired

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

CommentOptional

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