示例#1
0
 /// <summary>
 /// Initializes a new instance of the
 /// SharePointOnlineTemplateModelCreateEntryUnderIdRequest class.
 /// </summary>
 public SharePointOnlineTemplateModelCreateEntryUnderIdRequest(string key = default(string), string name = default(string), SharePointOnlineTemplateModel properties = default(SharePointOnlineTemplateModel))
 {
     Key = key;
     Name = name;
     Properties = properties;
     CustomInit();
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the
 /// SharePointOnlineTemplateModelUpdateEntryRequest class.
 /// </summary>
 public SharePointOnlineTemplateModelUpdateEntryRequest(string hierarchyPath = default(string), string key = default(string), string name = default(string), SharePointOnlineTemplateModel properties = default(SharePointOnlineTemplateModel))
 {
     HierarchyPath = hierarchyPath;
     Key           = key;
     Name          = name;
     Properties    = properties;
     CustomInit();
 }