pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
# GetActivityTypesResponse200AllOfDataInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> | The ID of the activity type | [optional]
**name** | Option<**String**> | The name of the activity type | [optional]
**icon_key** | Option<**String**> | Icon graphic to use for representing this activity type | [optional]
**color** | Option<**String**> | A designated color for the activity type in 6-character HEX format (e.g. `FFFFFF` for white, `000000` for black) | [optional]
**order_nr** | Option<**i32**> | An order number for the activity type. Order numbers should be used to order the types in the activity type selections. | [optional]
**key_string** | Option<**String**> | A string that is generated by the API based on the given name of the activity type upon creation | [optional]
**active_flag** | Option<**bool**> | The active flag of the activity type | [optional]
**is_custom_flag** | Option<**bool**> | Whether the activity type is a custom one or not | [optional]
**add_time** | Option<**String**> | The creation time of the activity type | [optional]
**update_time** | Option<**String**> | The update time of the activity type | [optional]

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