# openapi.model.RelationModelLinks ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **update** | [**RelationModelLinksUpdate**](RelationModelLinksUpdate.md) | | [optional] **updateImmediately** | [**RelationModelLinksUpdateImmediately**](RelationModelLinksUpdateImmediately.md) | | [optional] **delete** | [**RelationModelLinksDelete**](RelationModelLinksDelete.md) | | [optional] **self** | [**RelationModelLinksSelf**](RelationModelLinksSelf.md) | | **schema** | [**RelationModelLinksSchema**](RelationModelLinksSchema.md) | | **from** | [**RelationModelLinksFrom**](RelationModelLinksFrom.md) | | **to** | [**RelationModelLinksTo**](RelationModelLinksTo.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)