예제 #1
0
 /// <param name="GatewayBody">The body of the request.</param>
 /// <param name="Domain"></param>
 /// <param name="gShellServiceAccount">The optional email address the service account should impersonate.</param>
 public Google.Apis.admin.Adminsettings.adminsettings_v1.Data.Gateway Update(Google.Apis.admin.Adminsettings.adminsettings_v1.Data.Gateway GatewayBody, string Domain)
 {
     return(GetService().EmailGateway.Update(GatewayBody, Domain).Execute());
 }
예제 #2
0
 /// <param name="GatewayBody">The body of the request.</param>
 /// <param name="Domain"></param>
 public Google.Apis.admin.Adminsettings.adminsettings_v1.Data.Gateway Update(Google.Apis.admin.Adminsettings.adminsettings_v1.Data.Gateway GatewayBody, string Domain)
 {
     return(mainBase.emailGateway.Update(GatewayBody, Domain));
 }