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 latest version of the `UrlSigner.SignedPostPolicy` class is 4.11.0, with documentation available, and previous versions from 4.10.0 down to 3.4.0 are also documented."],["`UrlSigner.SignedPostPolicy` is a class in the `Google.Cloud.Storage.V1` namespace that is part of the Google Cloud Storage v1 API and handles the result of signing a `UrlSigner.PostPolicy`."],["This class provides two main properties: `Fields`, an `IReadOnlyDictionary` that lists the required field-value pairs for a post request, and `PostUrl`, which is a `Uri` specifying the endpoint for the post request."],["The class inherits methods from `object`, such as `GetHashCode()`, `GetType()`, and `ToString()`, and is contained within the `Google.Cloud.Storage.V1.dll` assembly."]]],[]]