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."],[[["This webpage details the `SignedPostPolicy` class within the `Google.Cloud.Storage.V1` namespace, which is used for handling signed post requests in Google Cloud Storage."],["The `SignedPostPolicy` class is derived from the base `Object` class and contains methods that are inherited from it such as: GetHashCode, GetType, MemberwiseClone, and ToString."],["The page provides access to documentation for multiple versions of the .NET package, ranging from version 3.4.0 to the latest 4.11.0, allowing users to find the right implementation for their current project."],["The `SignedPostPolicy` class has two key properties: `Fields`, an `IReadOnlyDictionary` containing the required fields for a post request, and `PostUrl`, a `Uri` indicating the URL for making the post request."],["The `SignedPostPolicy` is created from a `UrlSigner.PostPolicy`, and specifies the required information to make a successful post request."]]],[]]