ProjectsLocationsReportConfigsReportsResource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  create(Report request, String parent, {String? reportId, String? requestId, String? $fields})
    → Future<Operation>
  
  
- 
  Creates a report.
  
- 
  delete(String name, {String? requestId, String? $fields})
    → Future<Operation>
  
  
- 
  Deletes a Report.
  
- 
  get(String name, {String? view, String? $fields})
    → Future<Report>
  
  
- 
  Gets details of a single Report.
  
- 
  list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? view, String? $fields})
    → Future<ListReportsResponse>
  
  
- 
  Lists Reports in a given ReportConfig.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited