Class GoogleCloudApihubV1CustomCuration
Custom curation information for this plugin instance.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1CustomCuration : IDirectResponseSchema
Properties
Curation
Required. The unique name of the curation resource. This will be the name of the curation resource in the
format: projects/{project}/locations/{location}/curations/{curation}
Declaration
[JsonProperty("curation")]
public virtual string Curation { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |