public sealed class PolicyOperationMetadata : IMessage<PolicyOperationMetadata>, IEquatable<PolicyOperationMetadata>, IDeepCloneable<PolicyOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v2 API class PolicyOperationMetadata.
[[["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 `PolicyOperationMetadata` class is part of the Google Cloud Identity and Access Management (IAM) v2 API, designed for managing metadata related to long-running `Policy` operations."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["The `PolicyOperationMetadata` class includes a `CreateTime` property, which is of type `Timestamp`, representing when a long-running operation was initiated."],["The documentation provides reference to the latest version (1.3.0) of the class, and previous versions going as far back as 1.0.0."]]],[]]