Generated by DocFX

Class Urls

Inheritance
System.Object
Urls
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
public class Urls

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
| Improve this Doc View Source

DataHash

Hash of data at the URL, used for verification

Declaration
[JsonProperty("dataHash", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string DataHash { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MimeType

mimeType of URL content

Declaration
[JsonProperty("mimeType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string MimeType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Name of the URL

Declaration
[JsonProperty("name", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Url

Actual URL

Declaration
[JsonProperty("url", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Url { get; set; }
Property Value
Type Description
System.String