CommitmentAssociationsListResponse type
Berisi data respons untuk operasi daftar.
type CommitmentAssociationsListResponse = CommitmentAssociationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentAssociationListResult
}
}