We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a94f927 + b85440c commit a4f0624Copy full SHA for a4f0624
src/CallfireApiClient/Api/Campaigns/Model/QuestionResponse.cs
@@ -8,9 +8,9 @@ namespace CallfireApiClient.Api.Campaigns.Model
8
{
9
public class QuestionResponse : CallfireModel
10
11
- public string Question { get; set; }
+ public string Question { get; private set; }
12
13
- public string Response { get; set; }
+ public string Response { get; private set; }
14
15
public override string ToString()
16
0 commit comments