Change Progress Details Args
data class ChangeProgressDetailsArgs(val changeId: Output<String>? = null, val configChangeStatus: Output<ConfigChangeStatusEnumValueArgs>? = null, val initiatedBy: Output<InitiatedByEnumValueArgs>? = null, val lastUpdatedTime: Output<String>? = null, val message: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<ChangeProgressDetailsArgs>
Definition of ChangeProgressDetails
Constructors
Link copied to clipboard
constructor(changeId: Output<String>? = null, configChangeStatus: Output<ConfigChangeStatusEnumValueArgs>? = null, initiatedBy: Output<InitiatedByEnumValueArgs>? = null, lastUpdatedTime: Output<String>? = null, message: Output<String>? = null, startTime: Output<String>? = null)