ResourceRecord
More...
|
| | ResourceRecord (string deploymentScope=default(string), string deploymentCode=default(string), string resourceId=default(string), string format=default(string), string resourceType=default(string), Object resourceState=default(Object), List< string > dependencies=default(List< string >), Object trackingState=default(Object), ModelVersion varVersion=default(ModelVersion), string href=default(string), List< Link > links=default(List< Link >)) |
| | Initializes a new instance of the ResourceRecord class. More...
|
| |
| override string | ToString () |
| | Returns the string presentation of the object More...
|
| |
| virtual string | ToJson () |
| | Returns the JSON string presentation of the object More...
|
| |
| override bool | Equals (object input) |
| | Returns true if objects are equal More...
|
| |
| bool | Equals (ResourceRecord input) |
| | Returns true if ResourceRecord instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| string | DeploymentScope [get, set] |
| | The scope of the deployment this record is part of. More...
|
| |
| string | DeploymentCode [get, set] |
| | The code of the deployment this record is part of. More...
|
| |
| string | ResourceId [get, set] |
| | The unique identifier of the resource associated with this record. More...
|
| |
| string | Format [get, set] |
| | A semver format identifier for the resource record. More...
|
| |
| string | ResourceType [get, set] |
| | The type of resource associated with this record. More...
|
| |
| Object | ResourceState [get, set] |
| | The state of the resource associated with this record. More...
|
| |
| List< string > | Dependencies [get, set] |
| | A collection of resource identifiers that this resource depends on. More...
|
| |
| Object | TrackingState [get, set] |
| | The tracking state of the resource record. More...
|
| |
| ModelVersion | VarVersion [get, set] |
| | Gets or Sets VarVersion More...
|
| |
| string | Href [get, set] |
| | The specific Uniform Resource Identifier (URI) for the resource record at the requested effective and asAt datetime. More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
◆ ResourceRecord() [1/2]
| Lusid.Sdk.Model.ResourceRecord.ResourceRecord |
( |
| ) |
|
|
inlineprotected |
◆ ResourceRecord() [2/2]
| Lusid.Sdk.Model.ResourceRecord.ResourceRecord |
( |
string |
deploymentScope = default(string), |
|
|
string |
deploymentCode = default(string), |
|
|
string |
resourceId = default(string), |
|
|
string |
format = default(string), |
|
|
string |
resourceType = default(string), |
|
|
Object |
resourceState = default(Object), |
|
|
List< string > |
dependencies = default(List<string>), |
|
|
Object |
trackingState = default(Object), |
|
|
ModelVersion |
varVersion = default(ModelVersion), |
|
|
string |
href = default(string), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the ResourceRecord class.
- Parameters
-
| deploymentScope | The scope of the deployment this record is part of. (required). |
| deploymentCode | The code of the deployment this record is part of. (required). |
| resourceId | The unique identifier of the resource associated with this record. (required). |
| format | A semver format identifier for the resource record. (required). |
| resourceType | The type of resource associated with this record. (required). |
| resourceState | The state of the resource associated with this record. (required). |
| dependencies | A collection of resource identifiers that this resource depends on. (required). |
| trackingState | The tracking state of the resource record.. |
| varVersion | varVersion. |
| href | The specific Uniform Resource Identifier (URI) for the resource record at the requested effective and asAt datetime.. |
| links | links. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.ResourceRecord.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
Returns true if ResourceRecord instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.ResourceRecord.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.ResourceRecord.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.ResourceRecord.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Dependencies
| List<string> Lusid.Sdk.Model.ResourceRecord.Dependencies |
|
getset |
A collection of resource identifiers that this resource depends on.
A collection of resource identifiers that this resource depends on.
◆ DeploymentCode
| string Lusid.Sdk.Model.ResourceRecord.DeploymentCode |
|
getset |
The code of the deployment this record is part of.
The code of the deployment this record is part of.
◆ DeploymentScope
| string Lusid.Sdk.Model.ResourceRecord.DeploymentScope |
|
getset |
The scope of the deployment this record is part of.
The scope of the deployment this record is part of.
◆ Format
| string Lusid.Sdk.Model.ResourceRecord.Format |
|
getset |
A semver format identifier for the resource record.
A semver format identifier for the resource record.
◆ Href
| string Lusid.Sdk.Model.ResourceRecord.Href |
|
getset |
The specific Uniform Resource Identifier (URI) for the resource record at the requested effective and asAt datetime.
The specific Uniform Resource Identifier (URI) for the resource record at the requested effective and asAt datetime.
◆ Links
| List<Link> Lusid.Sdk.Model.ResourceRecord.Links |
|
getset |
◆ ResourceId
| string Lusid.Sdk.Model.ResourceRecord.ResourceId |
|
getset |
The unique identifier of the resource associated with this record.
The unique identifier of the resource associated with this record.
◆ ResourceState
| Object Lusid.Sdk.Model.ResourceRecord.ResourceState |
|
getset |
The state of the resource associated with this record.
The state of the resource associated with this record.
◆ ResourceType
| string Lusid.Sdk.Model.ResourceRecord.ResourceType |
|
getset |
The type of resource associated with this record.
The type of resource associated with this record.
◆ TrackingState
| Object Lusid.Sdk.Model.ResourceRecord.TrackingState |
|
getset |
The tracking state of the resource record.
The tracking state of the resource record.
◆ VarVersion
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/ResourceRecord.cs