Class ExtensionBindingTargetScope
Specifies the scope of resources to which this binding should attach.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class ExtensionBindingTargetScope : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Required. Parent resource name specification, in the format: projects/{project_number}.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceTypes
Required. Type of the resource to which the binding should attach. Limited to 1 resource type.
Declaration
[JsonProperty("resourceTypes")]
public virtual IList<string> ResourceTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |