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

DeleteInstrumentPropertiesResponse More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

DateTimeOffset AsAt [get, set]
 The as-at datetime at which properties were deleted. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

DeleteInstrumentPropertiesResponse

Constructor & Destructor Documentation

◆ DeleteInstrumentPropertiesResponse() [1/2]

Lusid.Sdk.Model.DeleteInstrumentPropertiesResponse.DeleteInstrumentPropertiesResponse ( )
inlineprotected

Initializes a new instance of the DeleteInstrumentPropertiesResponse class.

◆ DeleteInstrumentPropertiesResponse() [2/2]

Lusid.Sdk.Model.DeleteInstrumentPropertiesResponse.DeleteInstrumentPropertiesResponse ( DateTimeOffset  asAt = default(DateTimeOffset),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the DeleteInstrumentPropertiesResponse class.

Parameters
asAtThe as-at datetime at which properties were deleted. (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DeleteInstrumentPropertiesResponse instances are equal

Parameters
inputInstance of DeleteInstrumentPropertiesResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAt

DateTimeOffset Lusid.Sdk.Model.DeleteInstrumentPropertiesResponse.AsAt
getset

The as-at datetime at which properties were deleted.

The as-at datetime at which properties were deleted.

◆ Links

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

Gets or Sets Links


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