Show / Hide Table of Contents

Class GoogleCloudApihubV1DeploymentMetadata

The metadata associated with a deployment.

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

Properties

Deployment

Required. The deployment resource to be pushed to Hub's collect layer. The ID of the deployment will be generated by Hub.

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

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 deployment 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 deployment 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 deployment was last updated at the source.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX