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.
Implements
IMessageRelatedUrl, IEquatableRelatedUrl, IDeepCloneableRelatedUrl, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
RelatedUrl()
public RelatedUrl()
RelatedUrl(RelatedUrl)
public RelatedUrl(RelatedUrl other)
Parameter | |
---|---|
Name | Description |
other | RelatedUrl |
Properties
Label
public string Label { get; set; }
Label to describe usage of the URL.
Property Value | |
---|---|
Type | Description |
string |
Url
public string Url { get; set; }
Specific URL associated with the resource.
Property Value | |
---|---|
Type | Description |
string |