Acl class

Represents the set of ACLs for a given Kafka Resource Pattern, which consists of resource_type, resource_name and pattern_type.

Constructors

Acl.new({List<AclEntry>? aclEntries, String? etag, String? name, String? patternType, String? resourceName, String? resourceType})
Acl.fromJson(Map json_)

Properties

aclEntries List<AclEntry>?
The ACL entries that apply to the resource pattern.
getter/setter pair
etag String?
etag is used for concurrency control.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
patternType String?
The ACL pattern type derived from the name.
getter/setter pair
resourceName String?
The ACL resource name derived from the name.
getter/setter pair
resourceType String?
The ACL resource type derived from the name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited