Class GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView
A flattened view of an API, its version, one of its operations and one of the linked deployments. If there are no deployments linked to the operation then the result will be empty.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView : IDirectResponseSchema
Properties
Api
The API.
Declaration
[JsonProperty("api")]
public virtual GoogleCloudApihubV1Api Api { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1Api |
ApiOperation
The API operation.
Declaration
[JsonProperty("apiOperation")]
public virtual GoogleCloudApihubV1ApiOperation ApiOperation { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1ApiOperation |
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 |