CacheInfo Class
A cache info object which notifies Teams how long an object should be cached for.
Constructor
pydantic model CacheInfo
Parameters
| Name | Description |
|---|---|
|
cache_type
Required
|
Type of Cache Info |
|
cache_duration
Required
|
Duration of the Cached Info. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
cacheType
Required
|
|
|
cacheDuration
Required
|
|
Attributes
cache_duration
field cache_duration: int | None [Required] (alias 'cacheDuration')
cache_type
field cache_type: str | None [Required] (alias 'cacheType')