cacheTtlInSeconds property
Specifies the time to live (TTL), in seconds, for cached responses. The
higher the TTL, the longer the response will be cached. The PATCH path for
this setting is /{method_setting_key}/caching/ttlInSeconds
, and
the value is an integer.
Implementation
final int? cacheTtlInSeconds;