Trust constructor

Trust({
  1. DateTime? createdDateTime,
  2. String? directoryId,
  3. DateTime? lastUpdatedDateTime,
  4. String? remoteDomainName,
  5. SelectiveAuth? selectiveAuth,
  6. DateTime? stateLastUpdatedDateTime,
  7. TrustDirection? trustDirection,
  8. String? trustId,
  9. TrustState? trustState,
  10. String? trustStateReason,
  11. TrustType? trustType,
})

Implementation

Trust({
  this.createdDateTime,
  this.directoryId,
  this.lastUpdatedDateTime,
  this.remoteDomainName,
  this.selectiveAuth,
  this.stateLastUpdatedDateTime,
  this.trustDirection,
  this.trustId,
  this.trustState,
  this.trustStateReason,
  this.trustType,
});