Class GoogleCloudApihubV1ApiMetadataList
The message to hold repeated API metadata.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ApiMetadataList : IDirectResponseSchema
Properties
ApiMetadata
Required. The list of API metadata.
Declaration
[JsonProperty("apiMetadata")]
public virtual IList<GoogleCloudApihubV1APIMetadata> ApiMetadata { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudApihubV1APIMetadata> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |