Show / Hide Table of Contents

Class GoogleCloudApihubV1CurationConfig

The curation information for this plugin instance.

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

Properties

CurationType

Required. The curation type for this plugin instance.

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

CustomCuration

Optional. Custom curation information for this plugin instance.

Declaration
[JsonProperty("customCuration")]
public virtual GoogleCloudApihubV1CustomCuration CustomCuration { get; set; }
Property Value
Type Description
GoogleCloudApihubV1CustomCuration

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