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

A request to create or update multiple Placements. More...

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

Public Member Functions

 PlacementSetRequest (List< PlacementRequest > requests=default(List< PlacementRequest >))
 Initializes a new instance of the PlacementSetRequest 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 (PlacementSetRequest input)
 Returns true if PlacementSetRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< PlacementRequestRequests [get, set]
 A collection of PlacementRequests. More...
 

Detailed Description

A request to create or update multiple Placements.

Constructor & Destructor Documentation

◆ PlacementSetRequest()

Lusid.Sdk.Model.PlacementSetRequest.PlacementSetRequest ( List< PlacementRequest requests = default(List<PlacementRequest>))
inline

Initializes a new instance of the PlacementSetRequest class.

Parameters
requestsA collection of PlacementRequests..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PlacementSetRequest instances are equal

Parameters
inputInstance of PlacementSetRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Requests

List<PlacementRequest> Lusid.Sdk.Model.PlacementSetRequest.Requests
getset

A collection of PlacementRequests.

A collection of PlacementRequests.


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