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-04-17 UTC."],[[["The `UrlSigner.SignedPostPolicy` class in the Google Cloud Storage v1 API is designed for signing a `UrlSigner.PostPolicy` to facilitate controlled post requests."],["The latest available version is 4.11.0, and it lists several earlier versions down to 3.4.0 for the Google Cloud Storage v1 API, providing a historical overview of changes."],["The `Fields` property of the `SignedPostPolicy` holds a collection of key-value pairs that must be included in post requests for them to be enforced by the policy."],["The `PostUrl` property specifies the exact URL where the post request, as enforced by the signed policy, must be sent."],["The class inherits members from the base `object` class, including methods like `GetHashCode`, `GetType`, and `ToString`."]]],[]]