public IReadOnlyDictionary<string, object> Fields { get; }
Collection of fields as defined by this policy.
Post requests enforced by this policy should set, for each
pair in this sequence, the given element to the exact given value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["The latest version available is 4.11.0, with a range of versions from 3.4.0 to 4.10.0 also listed for the `Google.Cloud.Storage.V1.UrlSigner.SignedPostPolicy`."],["`SignedPostPolicy` is a sealed class representing the result of signing a `UrlSigner.PostPolicy` and dictates the fields that must be included in a post request."],["The `Fields` property contains a read-only dictionary of key-value pairs that specify the exact values that must be set in post requests adhering to this policy."],["The `PostUrl` property defines the specific URL where the post request must be sent to be valid under the enforced signed policy."]]],[]]