SlaInformationDTO class

Constructors

SlaInformationDTO({SelfLinkDTO? links, List<SlaInformationCompletedCycleDTO>? completedCycles, String? id, String? name, SlaInformationOngoingCycleDTO? ongoingCycle, String? slaDisplayFormat})
SlaInformationDTO.fromJson(Map<String, Object?> json)
factory

Properties

completedCycles List<SlaInformationCompletedCycleDTO>
List of completed cycles for the SLA.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the Service Level Agreement (SLA).
final
REST API URL for the SLA.
final
name String?
Description of the SLA.
final
ongoingCycle SlaInformationOngoingCycleDTO?
Details of the active cycle for the SLA.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slaDisplayFormat String?
Format in which SLA is to be displayed in the UI
final

Methods

copyWith({SelfLinkDTO? links, List<SlaInformationCompletedCycleDTO>? completedCycles, String? id, String? name, SlaInformationOngoingCycleDTO? ongoingCycle, String? slaDisplayFormat}) SlaInformationDTO
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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