File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ namespace Microsoft\Graph\Model;
1212<#=writer.GetClassBlock(complex.Name.ToCheckedCase().ToString(), "Model")#>
1313class <#=complex.Name.ToUpperFirstChar()#>
1414{
15+ /**
16+ * The array of properties available to the model
17+ * @var array(string => string)
18+ */
1519 private $_propDict;
1620 /**
1721 * <#=complex.Name.ToCheckedCase()#> constructor
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ namespace Microsoft\Graph\Model;
1515<#=writer.GetClassBlock(entity.Name.ToCheckedCase().ToString(), "Model")#>
1616class <#=entity.Name.ToCheckedCase()#>
1717{
18+ /**
19+ * The array of properties available to the model
20+ * @var array(string => string)
21+ */
1822 private $_propDict;
1923 /**
2024 * Construct a new <#=entity.Name.ToUpperFirstChar()#>
You can’t perform that action at this time.
0 commit comments