Show / Hide Table of Contents

Class RenameDataPolicyRequest

Request message for the RenameDataPolicy method.

Inheritance
object
RenameDataPolicyRequest
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.v1.Data
Assembly: Google.Apis.BigQueryDataPolicyService.v1.dll
Syntax
public class RenameDataPolicyRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NewDataPolicyId

Required. The new data policy id.

Declaration
[JsonProperty("newDataPolicyId")]
public virtual string NewDataPolicyId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX