ManagementExperimentsResource 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
    
        - 
  delete(String accountId, String webPropertyId, String profileId, String experimentId, {String? $fields})
    → Future<void>
  
  
 
- 
  Delete an experiment.
  
 
        - 
  get(String accountId, String webPropertyId, String profileId, String experimentId, {String? $fields})
    → Future<Experiment>
  
  
 
- 
  Returns an experiment to which the user has access.
  
 
        - 
  insert(Experiment request, String accountId, String webPropertyId, String profileId, {String? $fields})
    → Future<Experiment>
  
  
 
- 
  Create a new experiment.
  
 
        - 
  list(String accountId, String webPropertyId, String profileId, {int? maxResults, int? startIndex, String? $fields})
    → Future<Experiments>
  
  
 
- 
  Lists experiments to which the user has access.
  
 
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
 
- 
  Invoked when a nonexistent method or property is accessed.
  
inherited
 
        - 
  patch(Experiment request, String accountId, String webPropertyId, String profileId, String experimentId, {String? $fields})
    → Future<Experiment>
  
  
 
- 
  Update an existing experiment.
  
 
        - 
  toString()
    → String
  
  
 
- 
  A string representation of this object.
  
inherited
 
        - 
  update(Experiment request, String accountId, String webPropertyId, String profileId, String experimentId, {String? $fields})
    → Future<Experiment>
  
  
 
- 
  Update an existing experiment.