Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExperimentStatus

Package version

Model that represents the status of a Experiment.

Hierarchy

  • ExperimentStatus

Index

Properties

Optional createdDateUtc

createdDateUtc: Date

String that represents the created date time of a Experiment. NOTE: This property will not be serialized. It can only be populated by the server.

Optional endDateUtc

endDateUtc: Date

String that represents the end date time of a Experiment. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

String of the fully qualified resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

String of the resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: undefined | string

String that represents the status of a Experiment. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

String of the resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc