LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.DeletedEntityResponse Class Reference

DeletedEntityResponse More...

Inheritance diagram for Lusid.Sdk.Model.DeletedEntityResponse:
Inheritance graph
[legend]

Public Member Functions

 DeletedEntityResponse (string href=default(string), DateTimeOffset? effectiveFrom=default(DateTimeOffset?), DateTimeOffset asAt=default(DateTimeOffset), List< Link > links=default(List< Link >))
 Initializes a new instance of the DeletedEntityResponse 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 (DeletedEntityResponse input)
 Returns true if DeletedEntityResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 DeletedEntityResponse ()
 Initializes a new instance of the DeletedEntityResponse class. More...
 

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
DateTimeOffset? EffectiveFrom [get, set]
 The effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable. More...
 
DateTimeOffset AsAt [get, set]
 The asAt datetime at which the deletion was committed to LUSID. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

DeletedEntityResponse

Constructor & Destructor Documentation

◆ DeletedEntityResponse() [1/2]

Lusid.Sdk.Model.DeletedEntityResponse.DeletedEntityResponse ( )
inlineprotected

Initializes a new instance of the DeletedEntityResponse class.

◆ DeletedEntityResponse() [2/2]

Lusid.Sdk.Model.DeletedEntityResponse.DeletedEntityResponse ( string  href = default(string),
DateTimeOffset?  effectiveFrom = default(DateTimeOffset?),
DateTimeOffset  asAt = default(DateTimeOffset),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the DeletedEntityResponse class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
effectiveFromThe effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable..
asAtThe asAt datetime at which the deletion was committed to LUSID. (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.DeletedEntityResponse.Equals ( DeletedEntityResponse  input)
inline

Returns true if DeletedEntityResponse instances are equal

Parameters
inputInstance of DeletedEntityResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.DeletedEntityResponse.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.DeletedEntityResponse.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.DeletedEntityResponse.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.DeletedEntityResponse.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAt

DateTimeOffset Lusid.Sdk.Model.DeletedEntityResponse.AsAt
getset

The asAt datetime at which the deletion was committed to LUSID.

The asAt datetime at which the deletion was committed to LUSID.

◆ EffectiveFrom

DateTimeOffset? Lusid.Sdk.Model.DeletedEntityResponse.EffectiveFrom
getset

The effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable.

The effective datetime at which the deletion became valid. May be null in the case where multiple date times are applicable.

◆ Href

string Lusid.Sdk.Model.DeletedEntityResponse.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Links

List<Link> Lusid.Sdk.Model.DeletedEntityResponse.Links
getset

Gets or Sets Links


The documentation for this class was generated from the following file: