API hub v1 API - Class ApiMetadataList (1.1.0)

public sealed class ApiMetadataList : IMessage<ApiMetadataList>, IEquatable<ApiMetadataList>, IDeepCloneable<ApiMetadataList>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class ApiMetadataList.

The message to hold repeated API metadata.

Inheritance

object > ApiMetadataList

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

ApiMetadataList()

public ApiMetadataList()

ApiMetadataList(ApiMetadataList)

public ApiMetadataList(ApiMetadataList other)
Parameter
Name Description
other ApiMetadataList

Properties

ApiMetadata

public RepeatedField<APIMetadata> ApiMetadata { get; }

Required. The list of API metadata.

Property Value
Type Description
RepeatedFieldAPIMetadata