Show / Hide Table of Contents

Class StaticEndpointConfig

Inheritance
object
StaticEndpointConfig
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.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class StaticEndpointConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndpointConfig

The endpoint config.

Declaration
[JsonProperty("endpointConfig")]
public virtual IDictionary<string, object> EndpointConfig { get; set; }
Property Value
Type Description
IDictionary<string, object>

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

[#not-implemented-hide:] The timestamp when the Endpoint was last updated.

Declaration
[JsonProperty("lastUpdated")]
public virtual string LastUpdatedRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX