Show / Hide Table of Contents

Class ExtensionBindingTarget

Specifies a list of targets to which this ExtensionBinding should attach.

Inheritance
object
ExtensionBindingTarget
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.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class ExtensionBindingTarget : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Resources

Optional. The reference to the target resource, to which this binding should attach. Exactly one of resources or scope must be set.

Declaration
[JsonProperty("resources")]
public virtual IList<string> Resources { get; set; }
Property Value
Type Description
IList<string>

Scope

Optional. Specifies the scope of resources to which this binding should attach. Exactly one of resources or scope must be set.

Declaration
[JsonProperty("scope")]
public virtual ExtensionBindingTargetScope Scope { get; set; }
Property Value
Type Description
ExtensionBindingTargetScope

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX