Example #1
0
 /// <summary>Get a verification token for placing on a website or domain.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual GetTokenRequest GetToken(Google.Apis.SiteVerification.v1.Data.SiteVerificationWebResourceGettokenRequest body)
 {
     return(new GetTokenRequest(service, body));
 }
Example #2
0
 /// <summary>Constructs a new GetToken request.</summary>
 public GetTokenRequest(Google.Apis.Services.IClientService service, Google.Apis.SiteVerification.v1.Data.SiteVerificationWebResourceGettokenRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 public GetTokenRequest(Google.Apis.Discovery.IRequestProvider service, Google.Apis.SiteVerification.v1.Data.SiteVerificationWebResourceGettokenRequest body) :
     base(service)
 {
     this.Body = body;
 }