Class Backend
Backend
defines the backend configuration for a service.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class Backend : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Rules
A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
Declaration
[JsonProperty("rules")]
public virtual IList<BackendRule> Rules { get; set; }
Property Value
Type | Description |
---|---|
IList<BackendRule> |