Get Sync Set Result
data class GetSyncSetResult(val id: String, val name: String, val resources: String? = null, val systemData: SystemDataResponse, val type: String)
SyncSet represents a SyncSet for an Azure Red Hat OpenShift Cluster.
Constructors
Link copied to clipboard
constructor(id: String, name: String, resources: String? = null, systemData: SystemDataResponse, type: String)