public void PostConversationsConversationIdDetailsPropertiesTest()
        {
            // TODO: add unit test for the method 'PostConversationsConversationIdDetailsProperties'
            string conversationId     = null; // TODO: replace null with proper value
            PropertyIndexRequest body = null; // TODO: replace null with proper value
            var response = instance.PostConversationsConversationIdDetailsProperties(conversationId, body);

            Assert.IsInstanceOf <PropertyIndexRequest> (response, "response is PropertyIndexRequest");
        }
Ejemplo n.º 2
0
 public void Init()
 {
     instance = new PropertyIndexRequest();
 }