public sealed class QueryContent : IMessage<SavedQuery.Types.QueryContent>, IEquatable<SavedQuery.Types.QueryContent>, IDeepCloneable<SavedQuery.Types.QueryContent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class SavedQuery.Types.QueryContent.
public IamPolicyAnalysisQuery IamPolicyAnalysisQuery { get; set; }
An IAM Policy Analysis query, which could be used in
the [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy] rpc or
the [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning] rpc.
[[["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."],[[["This document provides reference documentation for the `SavedQuery.Types.QueryContent` class within the Google Cloud Asset Inventory v1 API, detailing its structure and usage."],["The `QueryContent` class serves as a container for the actual content of a query, such as an IAM Policy Analysis query, specifically dealing with the Google.Cloud.Asset.V1 namespace."],["The document outlines the class's inheritance, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There is a list of 18 versions from 3.12.0 to 2.7.0, of the `QueryContent` class with 3.12.0 being the latest, each representing a distinct release or update of this specific API element."],["The class has multiple constructors and properties, such as `IamPolicyAnalysisQuery`, `QueryContentCase`, which define how it can be instantiated and what kind of data it contains."]]],[]]