Show / Hide Table of Contents

Class GoogleCloudApihubV1VersionMetadata

The metadata associated with a version of the API resource.

Inheritance
object
GoogleCloudApihubV1VersionMetadata
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 GoogleCloudApihubV1VersionMetadata : IDirectResponseSchema

Properties

Deployments

Optional. The deployments linked to this API version. Note: A particular API version could be deployed to multiple deployments (for dev deployment, UAT deployment, etc.)

Declaration
[JsonProperty("deployments")]
public virtual IList<GoogleCloudApihubV1DeploymentMetadata> Deployments { get; set; }
Property Value
Type Description
IList<GoogleCloudApihubV1DeploymentMetadata>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OriginalCreateTime

object representation of OriginalCreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use OriginalCreateTimeDateTimeOffset instead.")]
public virtual object OriginalCreateTime { get; set; }
Property Value
Type Description
object

OriginalCreateTimeDateTimeOffset

DateTimeOffset representation of OriginalCreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? OriginalCreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

OriginalCreateTimeRaw

Optional. Timestamp indicating when the version was created at the source.

Declaration
[JsonProperty("originalCreateTime")]
public virtual string OriginalCreateTimeRaw { get; set; }
Property Value
Type Description
string

OriginalId

Optional. The unique identifier of the version in the system where it was originally created.

Declaration
[JsonProperty("originalId")]
public virtual string OriginalId { get; set; }
Property Value
Type Description
string

OriginalUpdateTime

object representation of OriginalUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use OriginalUpdateTimeDateTimeOffset instead.")]
public virtual object OriginalUpdateTime { get; set; }
Property Value
Type Description
object

OriginalUpdateTimeDateTimeOffset

DateTimeOffset representation of OriginalUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? OriginalUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

OriginalUpdateTimeRaw

Required. Timestamp indicating when the version was last updated at the source.

Declaration
[JsonProperty("originalUpdateTime")]
public virtual string OriginalUpdateTimeRaw { get; set; }
Property Value
Type Description
string

Specs

Optional. The specs associated with this version. Note that an API version can be associated with multiple specs.

Declaration
[JsonProperty("specs")]
public virtual IList<GoogleCloudApihubV1SpecMetadata> Specs { get; set; }
Property Value
Type Description
IList<GoogleCloudApihubV1SpecMetadata>

Version

Required. Represents a version of the API resource in API hub. The ID of the version will be generated by Hub.

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