TransitobjectResource 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
    
        - 
  addmessage(AddMessageRequest request, String resourceId, {String? $fields})
    → Future<TransitObjectAddMessageResponse>
  
  
 
- 
  Adds a message to the transit object referenced by the given object ID.
  
 
        - 
  get(String resourceId, {String? $fields})
    → Future<TransitObject>
  
  
 
- 
  Returns the transit object with the given object ID.
  
 
        - 
  insert(TransitObject request, {String? $fields})
    → Future<TransitObject>
  
  
 
- 
  Inserts an transit object with the given ID and properties.
  
 
        - 
  list({String? classId, int? maxResults, String? token, String? $fields})
    → Future<TransitObjectListResponse>
  
  
 
- 
  Returns a list of all transit objects for a given issuer ID.
  
 
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
 
- 
  Invoked when a nonexistent method or property is accessed.
  
inherited
 
        - 
  patch(TransitObject request, String resourceId, {String? $fields})
    → Future<TransitObject>
  
  
 
- 
  Updates the transit object referenced by the given object ID.
  
 
        - 
  toString()
    → String
  
  
 
- 
  A string representation of this object.
  
inherited
 
        - 
  update(TransitObject request, String resourceId, {String? $fields})
    → Future<TransitObject>
  
  
 
- 
  Updates the transit object referenced by the given object ID.