Class DynamicListenerState
Implements
Inherited Members
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class DynamicListenerState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastUpdated
object representation of LastUpdatedRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdatedDateTimeOffset instead.")]
public virtual object LastUpdated { get; set; }
Property Value
Type | Description |
---|---|
object |
LastUpdatedDateTimeOffset
DateTimeOffset representation of LastUpdatedRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdatedDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastUpdatedRaw
The timestamp when the Listener was last successfully updated.
Declaration
[JsonProperty("lastUpdated")]
public virtual string LastUpdatedRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Listener
The listener config.
Declaration
[JsonProperty("listener")]
public virtual IDictionary<string, object> Listener { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
VersionInfo
This is the per-resource version information. This version is currently taken from the :ref:version_info
field at the time that the listener was loaded. In the future, discrete per-listener versions may be
supported by the API.
Declaration
[JsonProperty("versionInfo")]
public virtual string VersionInfo { get; set; }
Property Value
Type | Description |
---|---|
string |