Class GoogleCloudApihubV1FlattenedApiVersionDeploymentView
A flattened view of an API, its version and one of the linked deployments.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1FlattenedApiVersionDeploymentView : IDirectResponseSchema
Properties
Api
The API.
Declaration
[JsonProperty("api")]
public virtual GoogleCloudApihubV1Api Api { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1Api |
Deployment
The deployment.
Declaration
[JsonProperty("deployment")]
public virtual GoogleCloudApihubV1Deployment Deployment { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1Deployment |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
The version.
Declaration
[JsonProperty("version")]
public virtual GoogleCloudApihubV1Version Version { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1Version |