Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the
 /// InfoOKResponseModelModelModelModel class.
 /// </summary>
 public InfoOKResponseModelModelModelModel(IList <object> comments, ObjsFile file, ObjsPaging paging)
 {
     Comments = comments;
     File     = file;
     Paging   = paging;
     CustomInit();
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the
 /// ListOKResponseModelModelModelModelModelModelModelModel class.
 /// </summary>
 public ListOKResponseModelModelModelModelModelModelModelModel(IList <object> items, ObjsPaging paging = default(ObjsPaging))
 {
     Items  = items;
     Paging = paging;
     CustomInit();
 }
Exemple #3
0
 /// <summary>
 /// Initializes a new instance of the
 /// ListOKResponseModelModelModelModelModel class.
 /// </summary>
 public ListOKResponseModelModelModelModelModel(IList <ObjsFile> files, ObjsPaging paging)
 {
     Files  = files;
     Paging = paging;
     CustomInit();
 }