Node constructor

Node({
  1. String? availabilityZone,
  2. DateTime? creationDate,
  3. NodeFrameworkAttributes? frameworkAttributes,
  4. String? id,
  5. String? instanceType,
  6. NodeLogPublishingConfiguration? logPublishingConfiguration,
  7. String? memberId,
  8. String? networkId,
  9. StateDBType? stateDB,
  10. NodeStatus? status,
})

Implementation

Node({
  this.availabilityZone,
  this.creationDate,
  this.frameworkAttributes,
  this.id,
  this.instanceType,
  this.logPublishingConfiguration,
  this.memberId,
  this.networkId,
  this.stateDB,
  this.status,
});