blob: c59cf770a1f2c0504c1577d88748b77e7b453eb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Category
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | **string** | | [default to undefined]
**adwords_vertical_id** | **string** | | [optional] [default to undefined]
**label** | **string** | | [default to undefined]
**path** | **string** | | [default to undefined]
**parent_uuid** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { Category } from './api';
const instance: Category = {
uuid,
adwords_vertical_id,
label,
path,
parent_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)
|