コード例 #1
0
 /// <summary>Constructs a new Create request.</summary>
 public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.Verifiedaccess.v1.Data.Empty body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
コード例 #2
0
 /// <summary>CreateChallenge API</summary>
 /// <param name="body">The body of the request.</param>
 public virtual CreateRequest Create(Google.Apis.Verifiedaccess.v1.Data.Empty body)
 {
     return(new CreateRequest(service, body));
 }