Grafeas v1 API - Class RelatedUrl (3.6.0)

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

Reference documentation and code samples for the Grafeas v1 API class RelatedUrl.

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