Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest

Request message for RenameTagTemplateFieldEnumValue.

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

Properties

ETag

The ETag of the item.

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

NewEnumValueDisplayName

Required. The new display name of the enum value. For example, my_new_enum_value.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX