INPUT_OBJECT
Contains the cluster UUID and a Microsoft SQL object ID.
input ClusterUuidWithMssqlObjectIdInput {# Specifies the UUID used to identify the cluster that the request goes to.clusterUuid: UUID!# ID of a Microsoft SQL object.mssqlObjectId: String}