Interface ApprovalRuleDescriptionSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ApprovalRuleDescriptionSetMessagePayload extends MessagePayload

Generated after a successful Set Description update action.


Example to create an instance using the builder pattern

     ApprovalRuleDescriptionSetMessagePayload approvalRuleDescriptionSetMessagePayload = ApprovalRuleDescriptionSetMessagePayload.builder()
             .build()