SlotTypeMetadata class

Provides information about a slot type..

Constructors

SlotTypeMetadata({DateTime? createdDate, String? description, DateTime? lastUpdatedDate, String? name, String? version})
SlotTypeMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

createdDate DateTime?
The date that the slot type was created.
final
description String?
A description of the slot type.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedDate DateTime?
The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.
final
name String?
The name of the slot type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
The version of the slot type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited