PutSlotTypeResponse constructor

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

Implementation

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