File: RentalProviderGroup.md

package info (click to toggle)
rust-motis-openapi-sdk 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 912 kB
  • sloc: sh: 40; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 835 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RentalProviderGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique identifier of the rental provider group | 
**name** | **String** | Name of the provider group to be displayed to customers | 
**color** | Option<**String**> | Color associated with this provider group, in hexadecimal RGB format (e.g. \"#FF0000\" for red). Can be empty.  | [optional]
**providers** | **Vec<String>** | List of rental provider IDs that belong to this group | 
**form_factors** | [**Vec<models::RentalFormFactor>**](RentalFormFactor.md) | List of form factors offered by this provider group | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)