Class InlineScopedRouteConfigs
Inheritance
System.Object
InlineScopedRouteConfigs
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.dll
Syntax
public class InlineScopedRouteConfigs : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LastUpdated
The timestamp when the scoped route config set was last updated.
Declaration
[JsonProperty("lastUpdated")]
public virtual object LastUpdated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Name
The name assigned to the scoped route configurations.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ScopedRouteConfigs
The scoped route configurations.
Declaration
[JsonProperty("scopedRouteConfigs")]
public virtual IList<IDictionary<string, object>> ScopedRouteConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.Collections.Generic.IDictionary<System.String, System.Object>> |