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

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

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

Public Member Functions

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

Properties

List< BlockRequestRequests [get, set]
 A collection of BlockRequests. More...
 

Detailed Description

A request to create or update multiple Blocks.

Constructor & Destructor Documentation

◆ BlockSetRequest()

Lusid.Sdk.Model.BlockSetRequest.BlockSetRequest ( List< BlockRequest requests = default(List<BlockRequest>))
inline

Initializes a new instance of the BlockSetRequest class.

Parameters
requestsA collection of BlockRequests..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BlockSetRequest instances are equal

Parameters
inputInstance of BlockSetRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Requests

List<BlockRequest> Lusid.Sdk.Model.BlockSetRequest.Requests
getset

A collection of BlockRequests.

A collection of BlockRequests.


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