# Cyclos411Api.ImagesListData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**canManage** | **Boolean** | Does the authenticated user has permission to manage these images?  | [optional] 
**canCreate** | **Boolean** | Does the authenticated user has permission to create a new image?  | [optional] 
**maxImages** | **Number** | The maximum number of images allowed | [optional] 
**availability** | [**AvailabilityEnum**](AvailabilityEnum.md) | The availability for images Possible values are: * disabled: The data is disabled * optional: The data is enabled and optional * required: The data is enabled and required  | [optional] 
**images** | [**[Image]**](Image.md) | The list of images | [optional] 


