Class InlineScopedRouteConfigs
Implements
Inherited Members
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class InlineScopedRouteConfigs : 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 scoped route config set was last updated.
Declaration
[JsonProperty("lastUpdated")]
public virtual string LastUpdatedRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name assigned to the scoped route configurations.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ScopedRouteConfigs
The scoped route configurations.
Declaration
[JsonProperty("scopedRouteConfigs")]
public virtual IList<IDictionary<string, object>> ScopedRouteConfigs { get; set; }
Property Value
Type | Description |
---|---|
IList<IDictionary<string, object>> |