Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1ModifyEntryOverviewRequest

Request message for ModifyEntryOverview.

Inheritance
System.Object
GoogleCloudDatacatalogV1ModifyEntryOverviewRequest
Implements
IDirectResponseSchema
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.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1ModifyEntryOverviewRequest : IDirectResponseSchema

Properties

EntryOverview

Required. The new value for the Entry Overview.

Declaration
[JsonProperty("entryOverview")]
public virtual GoogleCloudDatacatalogV1EntryOverview EntryOverview { get; set; }
Property Value
Type Description
GoogleCloudDatacatalogV1EntryOverview

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX