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-03-21 UTC."],[[["The page provides documentation for the `SignedPostPolicy` class within the `Google.Cloud.Storage.V1` namespace, detailing how it represents the outcome of signing a `UrlSigner.PostPolicy`."],["The `SignedPostPolicy` class includes two main properties: `Fields`, which is a read-only dictionary specifying the required fields and their values for the post request, and `PostUrl`, which provides the URL for making the post request."],["The documented versions of the `SignedPostPolicy` class span from version 3.4.0 to the latest version 4.11.0, allowing users to browse the documentation for specific releases."],["The `SignedPostPolicy` class inherits members from `System.Object`, such as `ToString()`, `GetHashCode()`, `GetType()`, and `MemberwiseClone()`."]]],[]]