Show / Hide Table of Contents

Class PrivateResourceMetadata

Metadata used to identify if a resource is user scoped.

Inheritance
object
PrivateResourceMetadata
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX