Show / Hide Table of Contents

Class GoogleCloudApihubV1FlattenedApiVersionDeploymentView

A flattened view of an API, its version and one of the linked deployments.

Inheritance
object
GoogleCloudApihubV1FlattenedApiVersionDeploymentView
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX