tinker.types.ClientDynamicConfigResponse
class tinker.types.ClientDynamicConfigResponse(BaseModel)
Server-side flags re-fetched periodically by a live client.
Unlike ClientConfigResponse (fetched once at client creation), these flags are refreshed in the background at refresh_interval_sec cadence, so server-side changes take effect on the next request without recreating the client. Uses BaseModel (extra="ignore") so new flags from the server are silently dropped until the SDK adds fields for them.
Fields:
- refresh_interval_sec (int) – How often the SDK re-fetches this config from the server.