/// <summary>Constructs a new DecodeIntegrityToken request.</summary>
 public DecodeIntegrityTokenRequest(Google.Apis.Services.IClientService service, Google.Apis.PlayIntegrity.v1.Data.DecodeIntegrityTokenRequest body, string packageName) : base(service)
 {
     PackageName = packageName;
     Body        = body;
     InitParameters();
 }
 /// <summary>Decodes the integrity token and returns the token payload.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="packageName"> Package name of the app the attached integrity token belongs to.</param>
 public virtual DecodeIntegrityTokenRequest DecodeIntegrityToken(Google.Apis.PlayIntegrity.v1.Data.DecodeIntegrityTokenRequest body, string packageName)
 {
     return(new DecodeIntegrityTokenRequest(service, body, packageName));
 }