Class PrivateResourceMetadata
Metadata used to identify if a resource is user scoped.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class PrivateResourceMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserScoped
Output only. If true, this resource is user-scoped, meaning it is either a workspace or sourced from a workspace.
Declaration
[JsonProperty("userScoped")]
public virtual bool? UserScoped { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |