Class GoogleCloudPolicytroubleshooterIamV3ConditionContextRequest
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.
Implements
Inherited Members
Namespace: Google.Apis.PolicyTroubleshooter.v3.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3.dll
Syntax
public class GoogleCloudPolicytroubleshooterIamV3ConditionContextRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReceiveTime
object representation of ReceiveTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReceiveTimeDateTimeOffset instead.")]
public virtual object ReceiveTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ReceiveTimeDateTimeOffset
DateTimeOffset representation of ReceiveTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReceiveTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ReceiveTimeRaw
Optional. The timestamp when the destination service receives the first byte of the request.
Declaration
[JsonProperty("receiveTime")]
public virtual string ReceiveTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |