PropertiesResource 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
    
        - 
  batchRunPivotReports(BatchRunPivotReportsRequest request, String property, {String? $fields})
    → Future<BatchRunPivotReportsResponse>
  
  
- 
  Returns multiple pivot reports in a batch.
  
- 
  batchRunReports(BatchRunReportsRequest request, String property, {String? $fields})
    → Future<BatchRunReportsResponse>
  
  
- 
  Returns multiple reports in a batch.
  
- 
  checkCompatibility(CheckCompatibilityRequest request, String property, {String? $fields})
    → Future<CheckCompatibilityResponse>
  
  
- 
  This compatibility method lists dimensions and metrics that can be added
to a report request and maintain compatibility.
  
- 
  getMetadata(String name, {String? $fields})
    → Future<Metadata>
  
  
- 
  Returns metadata for dimensions and metrics available in reporting
methods.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  runPivotReport(RunPivotReportRequest request, String property, {String? $fields})
    → Future<RunPivotReportResponse>
  
  
- 
  Returns a customized pivot report of your Google Analytics event data.
  
- 
  runRealtimeReport(RunRealtimeReportRequest request, String property, {String? $fields})
    → Future<RunRealtimeReportResponse>
  
  
- 
  Returns a customized report of realtime event data for your property.
  
- 
  runReport(RunReportRequest request, String property, {String? $fields})
    → Future<RunReportResponse>
  
  
- 
  Returns a customized report of your Google Analytics event data.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited