Class DatasetAccessEntry.TargetTypesData
Inheritance
System.Object
DatasetAccessEntry.TargetTypesData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TargetTypesData
Properties
TargetType
[Required] Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS: This entry applies to all views in the dataset.
Declaration
[JsonProperty("targetType")]
public virtual string TargetType { get; set; }
Property Value
Type | Description |
---|---|
System.String |