Resource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setteroverride 
- 
  id
  ↔ String?
  
- 
  If ID is set that is a permission for a specific resource. if it is not set it is a permission for all resources of that resource type.
  getter/setter pair 
- 
  name
  ↔ String?
  
- 
  Optional name of the resource if the resource has a name field.
  getter/setter pair 
- 
  org
  ↔ String?
  
- 
  Optional name of the organization of the organization with orgID.
  getter/setter pair 
- 
  orgID
  ↔ String?
  
- 
  If orgID is set that is a permission for all resources owned my that org. if it is not set it is a permission for all resources of that resource type.
  getter/setter pair 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  type
  ↔ ResourceTypeEnum?
  
- 
  
  getter/setter pair