Policy Troubleshooter v3 API - Class ConditionContext.Types.Request (1.1.0)

public sealed class ConditionContext.Types.Request : IMessage<ConditionContext.Types.Request>, IEquatable<ConditionContext.Types.Request>, IDeepCloneable<ConditionContext.Types.Request>, IBufferMessage, IMessage

Reference documentation and code samples for the Policy Troubleshooter v3 API class ConditionContext.Types.Request.

This message defines attributes for an HTTP request. If the actual request is not an HTTP request, the runtime system should try to map the actual request to an equivalent HTTP request.

Inheritance

object > ConditionContext.Types.Request

Namespace

Google.Cloud.PolicyTroubleshooter.Iam.V3

Assembly

Google.Cloud.PolicyTroubleshooter.Iam.V3.dll

Constructors

Request()

public Request()

Request(Request)

public Request(ConditionContext.Types.Request other)
Parameter
NameDescription
otherConditionContextTypesRequest

Properties

ReceiveTime

public Timestamp ReceiveTime { get; set; }

Optional. The timestamp when the destination service receives the first byte of the request.

Property Value
TypeDescription
Timestamp