Class RelatedUrl (2.3.0)

public sealed class RelatedUrl : IMessage<RelatedUrl>, IEquatable<RelatedUrl>, IDeepCloneable<RelatedUrl>, IBufferMessage, IMessage

Metadata for any related URL information.

Inheritance

Object > RelatedUrl

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

RelatedUrl()

public RelatedUrl()

RelatedUrl(RelatedUrl)

public RelatedUrl(RelatedUrl other)
Parameter
NameDescription
otherRelatedUrl

Properties

Label

public string Label { get; set; }

Label to describe usage of the URL.

Property Value
TypeDescription
String

Url

public string Url { get; set; }

Specific URL associated with the resource.

Property Value
TypeDescription
String