public void PatchCobrowsesessionsCobrowseIdParticipantsParticipantIdAttributesTest()
        {
            // TODO: add unit test for the method 'PatchCobrowsesessionsCobrowseIdParticipantsParticipantIdAttributes'
            string cobrowseId          = null; // TODO: replace null with proper value
            string participantId       = null; // TODO: replace null with proper value
            ParticipantAttributes body = null; // TODO: replace null with proper value

            instance.PatchCobrowsesessionsCobrowseIdParticipantsParticipantIdAttributes(cobrowseId, participantId, body);
        }
        public void PatchEmailsEmailIdParticipantsParticipantIdAttributesTest()
        {
            // TODO: add unit test for the method 'PatchEmailsEmailIdParticipantsParticipantIdAttributes'
            string emailId             = null; // TODO: replace null with proper value
            string participantId       = null; // TODO: replace null with proper value
            ParticipantAttributes body = null; // TODO: replace null with proper value

            instance.PatchEmailsEmailIdParticipantsParticipantIdAttributes(emailId, participantId, body);
        }
Example #3
0
 public void Init()
 {
     instance = new ParticipantAttributes();
 }