NodeSnapshot constructor

NodeSnapshot({
  1. String? cacheClusterId,
  2. DateTime? cacheNodeCreateTime,
  3. String? cacheNodeId,
  4. String? cacheSize,
  5. NodeGroupConfiguration? nodeGroupConfiguration,
  6. String? nodeGroupId,
  7. DateTime? snapshotCreateTime,
})

Implementation

NodeSnapshot({
  this.cacheClusterId,
  this.cacheNodeCreateTime,
  this.cacheNodeId,
  this.cacheSize,
  this.nodeGroupConfiguration,
  this.nodeGroupId,
  this.snapshotCreateTime,
});