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

ComplianceRunInfoV2 More...

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

Public Member Functions

 ComplianceRunInfoV2 (ResourceId runId=default(ResourceId), DateTimeOffset instigatedAt=default(DateTimeOffset), DateTimeOffset completedAt=default(DateTimeOffset), string schedule=default(string), string instigatedBy=default(string))
 Initializes a new instance of the ComplianceRunInfoV2 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 (ComplianceRunInfoV2 input)
 Returns true if ComplianceRunInfoV2 instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResourceId RunId [get, set]
 Gets or Sets RunId More...
 
DateTimeOffset InstigatedAt [get, set]
 Gets or Sets InstigatedAt More...
 
DateTimeOffset CompletedAt [get, set]
 Gets or Sets CompletedAt More...
 
string Schedule [get, set]
 Gets or Sets Schedule More...
 
string InstigatedBy [get, set]
 Gets or Sets InstigatedBy More...
 

Detailed Description

ComplianceRunInfoV2

Constructor & Destructor Documentation

◆ ComplianceRunInfoV2() [1/2]

Lusid.Sdk.Model.ComplianceRunInfoV2.ComplianceRunInfoV2 ( )
inlineprotected

Initializes a new instance of the ComplianceRunInfoV2 class.

◆ ComplianceRunInfoV2() [2/2]

Lusid.Sdk.Model.ComplianceRunInfoV2.ComplianceRunInfoV2 ( ResourceId  runId = default(ResourceId),
DateTimeOffset  instigatedAt = default(DateTimeOffset),
DateTimeOffset  completedAt = default(DateTimeOffset),
string  schedule = default(string),
string  instigatedBy = default(string) 
)
inline

Initializes a new instance of the ComplianceRunInfoV2 class.

Parameters
runIdrunId (required).
instigatedAtinstigatedAt (required).
completedAtcompletedAt (required).
scheduleschedule (required).
instigatedByinstigatedBy (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ComplianceRunInfoV2 instances are equal

Parameters
inputInstance of ComplianceRunInfoV2 to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CompletedAt

DateTimeOffset Lusid.Sdk.Model.ComplianceRunInfoV2.CompletedAt
getset

Gets or Sets CompletedAt

◆ InstigatedAt

DateTimeOffset Lusid.Sdk.Model.ComplianceRunInfoV2.InstigatedAt
getset

Gets or Sets InstigatedAt

◆ InstigatedBy

string Lusid.Sdk.Model.ComplianceRunInfoV2.InstigatedBy
getset

Gets or Sets InstigatedBy

◆ RunId

ResourceId Lusid.Sdk.Model.ComplianceRunInfoV2.RunId
getset

Gets or Sets RunId

◆ Schedule

string Lusid.Sdk.Model.ComplianceRunInfoV2.Schedule
getset

Gets or Sets Schedule


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