Trust constructor

Trust({
  1. String? createTime,
  2. String? lastTrustHeartbeatTime,
  3. bool? selectiveAuthentication,
  4. String? state,
  5. String? stateDescription,
  6. List<String>? targetDnsIpAddresses,
  7. String? targetDomainName,
  8. String? trustDirection,
  9. String? trustHandshakeSecret,
  10. String? trustType,
  11. String? updateTime,
})

Implementation

Trust({
  this.createTime,
  this.lastTrustHeartbeatTime,
  this.selectiveAuthentication,
  this.state,
  this.stateDescription,
  this.targetDnsIpAddresses,
  this.targetDomainName,
  this.trustDirection,
  this.trustHandshakeSecret,
  this.trustType,
  this.updateTime,
});