Google Cloud Identity and Access Management (IAM) v2 API - Class PolicyOperationMetadata (1.0.0)

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.

Metadata for long-running Policy operations.

Inheritance

object > PolicyOperationMetadata

Namespace

Google.Cloud.Iam.V2

Assembly

Google.Cloud.Iam.V2.dll

Constructors

PolicyOperationMetadata()

public PolicyOperationMetadata()

PolicyOperationMetadata(PolicyOperationMetadata)

public PolicyOperationMetadata(PolicyOperationMetadata other)
Parameter
NameDescription
otherPolicyOperationMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Timestamp when the google.longrunning.Operation was created.

Property Value
TypeDescription
Timestamp