CreateSlotTypeVersionResponse constructor

CreateSlotTypeVersionResponse({
  1. String? checksum,
  2. DateTime? createdDate,
  3. String? description,
  4. List<EnumerationValue>? enumerationValues,
  5. DateTime? lastUpdatedDate,
  6. String? name,
  7. String? parentSlotTypeSignature,
  8. List<SlotTypeConfiguration>? slotTypeConfigurations,
  9. SlotValueSelectionStrategy? valueSelectionStrategy,
  10. String? version,
})

Implementation

CreateSlotTypeVersionResponse({
  this.checksum,
  this.createdDate,
  this.description,
  this.enumerationValues,
  this.lastUpdatedDate,
  this.name,
  this.parentSlotTypeSignature,
  this.slotTypeConfigurations,
  this.valueSelectionStrategy,
  this.version,
});