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 provides reference documentation for the `UrlSigner.SignedPostPolicy` class within the Google Cloud Storage v1 API for .NET."],["The `UrlSigner.SignedPostPolicy` class is the outcome of signing a `UrlSigner.PostPolicy`, and outlines the required fields for a valid post request."],["The page includes links to different versions of the API, ranging from version 3.4.0 to the latest version, 4.11.0, for the Google Cloud Storage V1, enabling a view into the history and possible changes in the implementation of the `UrlSigner.SignedPostPolicy` class."],["The `SignedPostPolicy` class has two properties, `Fields` which specifies the key-value pairs for the request, and `PostUrl` which specifies the URL where the request will be sent."],["The `SignedPostPolicy` class inherits certain members, which are `GetHashCode()`, `GetType()`, and `ToString()`, from the base `object` class."]]],[]]