Show / Hide Table of Contents

Class GoogleCloudApihubV1SourceMetadata

SourceMetadata represents the metadata for a resource at the source.

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

Properties

ETag

The ETag of the item.

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

OriginalResourceCreateTime

object representation of OriginalResourceCreateTimeRaw.

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

OriginalResourceCreateTimeDateTimeOffset

DateTimeOffset representation of OriginalResourceCreateTimeRaw.

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

OriginalResourceCreateTimeRaw

Output only. The time at which the resource was created at the source.

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

OriginalResourceId

Output only. The unique identifier of the resource at the source.

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

OriginalResourceUpdateTime

object representation of OriginalResourceUpdateTimeRaw.

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

OriginalResourceUpdateTimeDateTimeOffset

DateTimeOffset representation of OriginalResourceUpdateTimeRaw.

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

OriginalResourceUpdateTimeRaw

Output only. The time at which the resource was last updated at the source.

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

PluginInstanceActionSource

Output only. The source of the resource is a plugin instance action.

Declaration
[JsonProperty("pluginInstanceActionSource")]
public virtual GoogleCloudApihubV1PluginInstanceActionSource PluginInstanceActionSource { get; set; }
Property Value
Type Description
GoogleCloudApihubV1PluginInstanceActionSource

SourceType

Output only. The type of the source.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX