MasterTargetServerResponse

constructor(agentExpiryDate: String? = null, agentVersion: String? = null, agentVersionDetails: VersionDetailsResponse? = null, dataStores: List<DataStoreResponse>? = null, diskCount: Int? = null, healthErrors: List<HealthErrorResponse>? = null, id: String? = null, ipAddress: String? = null, lastHeartbeat: String? = null, marsAgentExpiryDate: String? = null, marsAgentVersion: String? = null, marsAgentVersionDetails: VersionDetailsResponse? = null, name: String? = null, osType: String? = null, osVersion: String? = null, retentionVolumes: List<RetentionVolumeResponse>? = null, validationErrors: List<HealthErrorResponse>? = null, versionStatus: String? = null)