Trust constructor
Trust({
- DateTime? createdDateTime,
- String? directoryId,
- DateTime? lastUpdatedDateTime,
- String? remoteDomainName,
- SelectiveAuth? selectiveAuth,
- DateTime? stateLastUpdatedDateTime,
- TrustDirection? trustDirection,
- String? trustId,
- TrustState? trustState,
- String? trustStateReason,
- 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,
});