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 SourceAdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
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 |
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 |
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 |
Url
Actual URL
Declaration
[JsonProperty("url", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |