API hub v1 API - Class CurationConfig.Types.CustomCuration (1.1.0)

public sealed class CurationConfig.Types.CustomCuration : IMessage<CurationConfig.Types.CustomCuration>, IEquatable<CurationConfig.Types.CustomCuration>, IDeepCloneable<CurationConfig.Types.CustomCuration>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class CurationConfig.Types.CustomCuration.

Custom curation information for this plugin instance.

Inheritance

object > CurationConfig.Types.CustomCuration

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

CustomCuration()

public CustomCuration()

CustomCuration(CustomCuration)

public CustomCuration(CurationConfig.Types.CustomCuration other)
Parameter
Name Description
other CurationConfigTypesCustomCuration

Properties

Curation

public string Curation { get; set; }

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}

Property Value
Type Description
string