Share via


ObjectMetaV1.CreationTimestamp Property

Definition

Represents the timestamp indicating when the resource was created.

[YamlDotNet.Serialization.YamlMember(Alias="creationTimestamp")]
public DateTime? CreationTimestamp { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="creationTimestamp")>]
member this.CreationTimestamp : Nullable<DateTime> with get, set
Public Property CreationTimestamp As Nullable(Of DateTime)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property typically stores the date and time at which the resource was initially constructed. It may be null if the creation timestamp is not set or the resource has not been persisted yet.

Applies to