ResourceObject Class |
Namespace: net.openstack.Core.Domain
The ResourceObject type exposes the following members.
Name | Description | |
---|---|---|
ResourceObject | Initializes a new instance of the ResourceObject class |
Name | Description | |
---|---|---|
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Hints |
Gets the additional Resource Hints describing the resource.
| |
Href |
Gets the URI of the resource, if the resource is a direct link. The value
may be a relative URI whose base URI is that of the JSON Home Document itself.
| |
HrefTemplate |
Gets the URI Template of the resource. The value may be a relative URI
whose base URI is that of the JSON Home Document itself.
| |
HrefVars |
Gets the template variables used to fill the template returned by
HrefTemplate.
|