ComplianceGroupsClientV1 class final

Constructors

ComplianceGroupsClientV1.new(String channel)

Properties

channel String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

associateComplianceProfileToGroup(String apiKey, {required String complianceId, required String groupId}) Future<MdmEmpty>
associateComplianceProfileToGroups(String apiKey, {required String complianceId, required String groupId, required AssociateComplianceProfileToGroupsRequestDto associateComplianceProfileToGroupsRequestDto}) Future<MdmEmpty>
disassociateCompliancePorfileToGroup(String apiKey, {required String complianceId, required String groupId}) Future<MdmEmpty>
disassociateComplianceProfileToGroups(String apiKey, {required String complianceId}) Future<MdmEmpty>
getGroupForComplianceProfile(String apiKey, {required String complianceId, required String groupId}) Future<GetGroupForComplianceProfileResponseDto>
getGroupsForComplianceProfile(String apiKey, {required String complianceId}) Future<GetGroupsForComplianceProfileResponseDto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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