cacheControl property
Cache-Control directive for the object data.
If omitted, and the object is accessible to all anonymous users, the default will be public, max-age=3600.
Implementation
core.String? cacheControl;
Cache-Control directive for the object data.
If omitted, and the object is accessible to all anonymous users, the default will be public, max-age=3600.
core.String? cacheControl;