Show / Hide Table of Contents

Class CreateDataPolicyRequest

Request message for the CreateDataPolicy method.

Inheritance
object
CreateDataPolicyRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX