Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudPolicytroubleshooterIamV3ConditionContextRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX