Esempio n. 1
0
 public DriveParent(DriveAPIHttprequestv2 client)
 {
     this.client = client;
 }
Esempio n. 2
0
 public DriveExtend(DriveAPIHttprequestv2 client)
 {
     this.client = client;
 }
Esempio n. 3
0
 public DriveFiles(DriveAPIHttprequestv2 client)
 {
     this.client = client;
 }