Show / Hide Table of Contents

Class Backend

Backend defines the backend configuration for a service.

Inheritance
System.Object
Backend
Implements
IDirectResponseSchema
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.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.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
System.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
System.Collections.Generic.IList<BackendRule>

Implements

IDirectResponseSchema
In This Article
Back to top