Interface ApprovalRuleKeySetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ApprovalRuleKeySetMessagePayload extends MessagePayload

Generated after a successful Set Key update action.


Example to create an instance using the builder pattern

     ApprovalRuleKeySetMessagePayload approvalRuleKeySetMessagePayload = ApprovalRuleKeySetMessagePayload.builder()
             .build()