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