Share via


ObjectMetaV1.SelfLink Property

Definition

Gets or sets the self-referential link for the resource.

[YamlDotNet.Serialization.YamlMember(Alias="selfLink")]
public string SelfLink { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="selfLink")>]
member this.SelfLink : string with get, set
Public Property SelfLink As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property provides a URL that uniquely identifies the resource within the API. It is typically used for retrieving, updating, or tracking the resource programmatically.

Applies to