# QuotaUsedArtifact

QuotaUsedArtifact represents an artifact counting towards a user\'s quota

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**html_url** | **string** | HTML URL to the action run containing the artifact | [optional] [default to undefined]
**name** | **string** | Name of the artifact | [optional] [default to undefined]
**size** | **number** | Size of the artifact (compressed) | [optional] [default to undefined]

## Example

```typescript
import { QuotaUsedArtifact } from 'berg';

const instance: QuotaUsedArtifact = {
    html_url,
    name,
    size,
};
```

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