# SignedUrlResultDTO

Generated signed URL for a protected webpage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**grantUuid** | **string** |  | [optional] [default to undefined]
**token** | **string** |  | [optional] [default to undefined]
**expiresAt** | **number** |  | [optional] [default to undefined]
**queryParams** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: SignedUrlResultDTO = {
    grantUuid,
    token,
    expiresAt,
    queryParams,
};
```

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