Properties of a HttpRequest.
Properties:
| Name | Type | Attributes | Description | 
|---|---|---|---|
url | 
      
      string | null | 
            
              <optional> | 
        
        
        
           HttpRequest url  | 
    
httpMethod | 
      
      google.cloud.tasks.v2.HttpMethod | null | 
            
              <optional> | 
        
        
        
           HttpRequest httpMethod  | 
    
headers | 
      
      Object.<string, string> | null | 
            
              <optional> | 
        
        
        
           HttpRequest headers  | 
    
body | 
      
      Uint8Array | null | 
            
              <optional> | 
        
        
        
           HttpRequest body  | 
    
oauthToken | 
      
      google.cloud.tasks.v2.IOAuthToken | null | 
            
              <optional> | 
        
        
        
           HttpRequest oauthToken  | 
    
oidcToken | 
      
      google.cloud.tasks.v2.IOidcToken | null | 
            
              <optional> | 
        
        
        
           HttpRequest oidcToken  |