Class ExtensionBindingTarget
Specifies a list of targets to which this ExtensionBinding should attach.
Implements
Inherited Members
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 |