Class GoogleCloudApihubV1CurationConfig
The curation information for this plugin instance.
Implements
Inherited Members
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 |