factory CacheAttributes.fromJson(Map<String, dynamic> json) { return CacheAttributes( cacheStaleTimeoutInSeconds: json['CacheStaleTimeoutInSeconds'] as int?, ); }