コード例 #1
0
 public DriveParent(DriveAPIHttprequestv2 client)
 {
     this.client = client;
 }
コード例 #2
0
 public DriveExtend(DriveAPIHttprequestv2 client)
 {
     this.client = client;
 }
コード例 #3
0
 public DriveFiles(DriveAPIHttprequestv2 client)
 {
     this.client = client;
 }