Class CreateDataPolicyRequest
Request message for the CreateDataPolicy method.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataPolicyService.v2.Data
Assembly: Google.Apis.BigQueryDataPolicyService.v2.dll
Syntax
public class CreateDataPolicyRequest : IDirectResponseSchema
Properties
DataPolicy
Required. The data policy to create. The name field does not need to be provided for the data policy
creation.
Declaration
[JsonProperty("dataPolicy")]
public virtual DataPolicy DataPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| DataPolicy |
DataPolicyId
Required. User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.
Declaration
[JsonProperty("dataPolicyId")]
public virtual string DataPolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |