# WebpageProtectionInfoDTO

Public protection metadata for a webpage (no content)

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**protectionRequired** | **boolean** |  | [optional] [default to undefined]
**type** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**uuid** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { WebpageProtectionInfoDTO } from '@caraer/client';

const instance: WebpageProtectionInfoDTO = {
    protectionRequired,
    type,
    title,
    uuid,
};
```

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